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

Reference

ArrayDataViewBase type