ColumnMenuFilterProps
The props of the ColumnMenuFilter component.
Name | Type | Default | Description |
---|---|---|---|
animate? |
|
Controls the ColumnMenu animation. By default, the opening and closing animations are enabled. | |
checkAllItem? |
|
The template that can customize the check all checkbox item. | |
column |
|
The current column options. | |
expanded? |
|
Controls the expand state of the filter component. | |
filter? |
|
The current filter state of the . | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the filters. | |
filterUI? |
| ||
hideSecondFilter? |
|
If set to | |
item? |
|
The template that can customize the checkbox item. | |
onClosemenu? |
|
The method that will be called to close the column menu. | |
onExpandchange? |
|
Triggers on each subsequent expand state of the filter component. | |
onFilterchange? |
|
The method that will be called to notify the parent about a filter change. | |
onFocus? |
|
The trigger focus event. |