Wijmo UI for the Web
pageIndex Field
wijmo.data Namespace > IAjaxDataViewOptions Interface : pageIndex Field
The page index to set in a data view. See wijmo.data.IPagedDataView.pageIndex for details.
Syntax
var instance; // Type: wijmo.data.IAjaxDataViewOptions;
var value; // Type: number
value = instance.pageIndex;
var pageIndex : number;
Remarks
Note that in order for this option to take effect when using wijgrid, you must also set the grid's allowPaging option to true.
See Also

Reference

IAjaxDataViewOptions Interface