New to KendoReact? Start a free 30-day trial
GridColumnMenuSortProps
The props of the GridColumnMenuSort component.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
onCloseMenu? |
|
The method that will be called to close the column menu. | |
onSortChange? |
|
The method that will be called to notify the parent Grid about a sort change. | |
sort? |
|
The current sort state of the Grid. It takes a value of type SortDescriptor[] | |
sortable? |
|
The sortable option of the column. |