New to Kendo UI for Vue? Start a free 30-day trial
GridSortSettings
Updated over 6 months ago
The settings for sorting the Grid data.
type GridSortSettings = boolean | GridColumnSortSettings intersected with { mode?: "single" | "multiple"; };