GridColumnMenuSortBaseProps
The props passed to the ColumnMenu sort component.
column
The current column options.
onClosemenu?
Function
The method that will be called to close the column menu.
onSortchange?
(descriptors: SortDescriptor[], e: any) => void
The method that will be called to notify the parent Grid about a sort change.
sort?
SortDescriptor[]
The current sort state of the Grid.
sortable?
The sortable option of the column.