Wijmo UI for the Web
currentPosition Field
wijmo.data Namespace > IPagedDataView Interface : currentPosition Field

Type: wijmo.data.IMutableObservable

The current element index in the data view

Syntax
var instance; // Type: wijmo.data.IPagedDataView;
var value; // Type: IMutableObservable
value = instance.currentPosition;
var currentPosition : IMutableObservable;
See Also

Reference

IPagedDataView Interface