New to KendoReact? Learn about KendoReact Free.
SortSettings
The settings for sorting the component data.
type SortSettings = boolean | ColumnSortSettings intersected with { mode?: "single" | "multiple"; };