allow-unsort |
Boolean |
If set to true the user can get the grid in unsorted state by clicking the sorted column header. |
enabled |
Boolean |
|
initial-direction |
String |
Determines the inital (from un-sorted to sorted state) sort direction. The supported values are asc and desc. |
mode |
String |
The 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. |
show-indexes |
Boolean |
If set to true the user will see sort sequence indicators for sorted columns. |