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