Sort
configurationThe sort order which will be applied over the data items. By default, the data items are not sorted.
The data source sorts the data items client-side unless the
serverSortingoption is set totrue.
sort
Array|Objectsort.compare
FunctionFunction which can be used for custom comparing of the DataSource items.
sort.dir
StringThe sort order (direction).
The supported values are:
"asc"(ascending order)"desc"(descending order)
sort.field
StringThe field by which the data items are sorted.