New to KendoReactStart a free 30-day trial

The props passed to the ColumnMenu sort component.

Definition

Package:@progress/kendo-react-grid

Properties

The current column options.

onCloseMenu?

Function

The method that will be called to close the column menu.

onSortChange?

(descriptors: SortDescriptor[], e: SyntheticEvent​<any, Event>) => void

The method that will be called to notify the parent Grid about a sort change.

Parameters:descriptorsSortDescriptor[]eSyntheticEvent​<any, Event>

sort?

SortDescriptor[]

The current sort state of the Grid. It takes a value of type SortDescriptor[]

sortable?

SortSettings

The sortable option of the column.