jQuery.wijmo.wijgrid Namespace > options type : pageIndex Field |
Default value: 0
Determines the zero-based index of the current page. You can use this to access a specific page, for example, when using the paging feature.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijgrid.options.pageIndex; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ pageIndex: 0 });