Sortable
configurationIf set to true the user could sort the grid by clicking the column header cells. By default sorting is disabled.
Can be set to a JavaScript object which represents the sorting configuration.
sortable
Boolean|ObjectDefault: false
sortable.allowUnsort
BooleanIf set to true the user can get the grid in unsorted state by clicking the sorted column header.
Default: true
Determines the inital (from un-sorted to sorted state) sort direction. The supported values are asc and desc.
Default: asc
sortable.mode
StringThe sorting mode. If set to "single" the user can sort by one column. If set to "multiple" the user can sort by multiple columns. And the "mixed" mode enables you to sort in single mode when clicking and switch to multiple when holding ctrl key.
Default: "single"
sortable.showIndexes
BooleanIf set to true the user will see sort sequence indicators for sorted columns.
Default: true