Sortable
configurationIf set to true, the user is able to sort the TreeList 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 TreeList in its unsorted state by clicking the sorted column header.
Default: true
sortable.mode
StringThe sort mode. If set to single, the user can sort by one column at a time. If set to multiple, the user can sort by multiple columns.
Default: "single"