ColumnMenuFilterUIProps
The props that will be passed to the UI of the ColumnMenu filter component.
Name | Type | Default | Description |
---|---|---|---|
firstFilterProps |
|
The options of the first filter. | |
hideSecondFilter? |
|
Indicates if the second filter will be hidden. | |
logicData |
|
The list of the filter logic options. | |
logicValue? |
|
The current value of the filter logic. | |
onChange? |
|
The method that will be called to notify the parent about a change in the filter. | |
onFocus? |
|
The trigger focus event. | |
onLogicchange? |
|
The method that will be called to notify the parent about a change in the filter logic. | |
operators |
|
The list of the default operators for the current filter type. | |
render? |
|
The method for rendering the cell. | |
secondFilterProps |
|
The options of the second filter. |