jQuery.wijmo.wijgrid Namespace > options type : pagerSettings Field |
Determines the pager settings for the grid including the mode (page buttons or next/previous buttons), number of page buttons, and position where the buttons appear.
Javascript (Usage) | |
---|---|
var value; // Type: IPagerSettings value = jQuery.wijmo.wijgrid.options.pagerSettings; |
Javascript (Specification) | |
---|---|
var pagerSettings : IPagerSettings; |
// Display the pager at the top of the wijgrid. $("#element").wijgrid({ pagerSettings: { position: "top" } });