GridColumnMenuFilterProps
The props of the GridColumnMenuFilter component.
Name | Type | Default | Description |
---|---|---|---|
alwaysExpand? |
|
If set to | |
children? |
| ||
column |
|
The current column options. | |
expanded? |
|
Controls the expand state of the filter component. | |
filter? |
|
The current filter state of the Grid. | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
filterUI? |
|
Specifies a React element that will be cloned and rendered inside the UI of the column-menu filter component (see example). | |
hideSecondFilter? |
|
If set to | |
onCloseMenu? |
|
The method that will be called to close the column menu. |
Methods
onExpandChange | ||||||
---|---|---|---|---|---|---|
Triggered on each subsequent expand state of the filter component. | ||||||
|
onFilterChange | |||||||||
---|---|---|---|---|---|---|---|---|---|
The method that will be called to notify the parent Grid about a filter change. | |||||||||
| |||||||||
|