GridColumnMenuWrapperProps
The props of the GridColumnMenuWrapper component.
Name | Type | Default | Description |
---|---|---|---|
column |
| The current column options. | |
columnMenu? |
| The component to be rendered as content of the Grid column menu. | |
filter? |
| The current filter state of the Grid. | |
filterOperators |
| The filter operators for the Grid filters. | |
filterable? |
| The filterable option of the column. | |
group? |
| The current group state of the Grid. | |
groupable? |
| The groupable option of the column. | |
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
onFilterChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
The method that will be called to notify the parent Grid about a filter change. | |||||||||
| |||||||||
|
onGroupChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
The method that will be called to notify the parent Grid about a group change. | |||||||||
|
onSortChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
The method that will be called to notify the parent Grid about a sort change. | |||||||||
|