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. | |
sort? |
| The current sort state of the Grid. | |
sortable? |
| The sortable option of the column. |
Methods
onSortChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
The method that will be called to notify the parent Grid about a sort change. | |||||||||
|