Wijmo UI for the Web
pageIndex Field
wijmo.grid Namespace > IWijgridOptions Interface : pageIndex Field

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.

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: number
value = instance.pageIndex;
var pageIndex : number;
Example
$("#element").wijgrid({ pageIndex: 0 });
See Also

Reference

IWijgridOptions Interface