New to Kendo UI for Vue? Start a free 30-day trial
SortableProps
sortable-allow-unsort Boolean
If sortable-allow-unsort
is set to true
, the user can get the TreeList in its unsorted state by clicking the sorted column header.
sortable-mode String
The sort mode.
- If
sortable-mode
is set tosingle
, the user can sort by one column at a time. - If
sortable-mode
is set tomultiple
, the user can sort by multiple columns.