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

Reference

ArrayDataView Class