wijmo.data Namespace > IDataView Interface : sort Field |
An observable property that gets or sets the sort to be applied to the data view. When assigned, the data view is refreshed.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.data.IDataView; var value; // Type: IMutableObservable value = instance.sort; |
Javascript (Specification) | |
---|---|
var sort : IMutableObservable; |