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