New to KendoReact? Start a free 30-day trial
Sorting
The KendoReact Gantt enables you to sort single and multiple data-bound columns.
Getting Started
To enable sorting:
- Set the
sortable
option of the Gantt. - Utilize the
sort
option to apply the sorting styles and buttons to the affected columns. - Set the
field
option of the Gantt column. - When
sortable
is configured and the user tries to sort a column, theonSortChange
event is emitted. Handle theonSortChange
event where you have the option to sort the data programmatically, to make a request to the server for server sorting, or to use theorderBy
function which automatically processes the data.
The following example demonstrates the minimum required configuration for sorting the Gantt records.
Change Theme
Theme
Loading ...