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

Reference

IEditableDataView Interface