New to Kendo UI for Vue? Start a free 30-day trial
ColumnSortSettings
The settings for sorting the columns of the component.
type
ColumnSortSettings = boolean
| { allowUnsort?: boolean; }
;