Wijmo UI for the Web
toObservableArray Method
wijmo.data Namespace > ODataView Class : toObservableArray Method
Converts the element array of current view after filter, sort and paging have been applied to Obervable Array.
Syntax
var instance = new wijmo.data.ODataView();
var value; // Type: any
value = instance.toObservableArray();
function toObservableArray() : any;
See Also

Reference

ODataView Class