New to Kendo UI for Angular? Start a free 30-day trial
ColumnSortSettings
Defines the settings for sorting the Gantt column.
type
ColumnSortSettings = boolean
| { allowUnsort?: boolean; initialDirection?: "asc" | "desc"; };