Wijmo UI for the Web
getSource Method
wijmo.data Namespace > IDataView Interface : getSource Method
Returns the element array before applying client-side filtering/sorting/paging.
Syntax
var instance; // Type: wijmo.data.IDataView;
var value; // Type: any
value = instance.getSource();
function getSource() : any;
Remarks
In the case of a remote data source, usually it is the array returned by a server.
See Also

Reference

IDataView Interface