ColumnMenuSortBaseProps
The props passed to the ColumnMenu sort 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 about a sort change. | |
sort? |
|
The current sort state of the . | |
sortable? |
|
The sortable option of the column. |