Wijmo UI for the Web
canSort Method
wijmo.data Namespace > IPagedDataView Interface : canSort Method
Returns a value that indicates whether the data view supports sorting
Syntax
var instance; // Type: wijmo.data.IPagedDataView;
var value; // Type: bool
value = instance.canSort();
function canSort() : bool;
See Also

Reference

IPagedDataView Interface