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

Reference

AjaxDataView Class