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

See Also

Reference

IDataView Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.