Name | Description | |
---|---|---|
currentItem | The current element in the data view. Type: wijmo.data.IMutableObservable
| |
currentPosition | The current element index in the data view |
|
filter | An observable property that gets or sets the filtering to apply to the data view. When a filter is assigned, the data view refreshes. Type: wijmo.data.IMutableObservable Default: null | |
isLoaded | A value indicating whether the data view is loaded |
|
isLoading | A value indicating whether the data view is being loaded |
|
sort | An observable property that gets or sets the sorting to apply to the data view. When assigned, the data view refreshes. Type: wijmo.data.IMutableObservable Default: null
|