GridColumnMenuProps
The props which the ColumnMenu passes to its children.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
filter? |
|
The current filter state of the Grid. | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
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. | |||||||||
|