ColumnMenuFilterBaseProps
The props passed to the ColumnMenu filter 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. | |
filter? |
|
The current filter state of the . | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the filters. | |
item? |
|
The template that can customize the checkbox item. | |
onClosemenu? |
|
The method that will be called to close the column menu. | |
onFilterchange? |
|
The method that will be called to notify the parent about a filter change. | |
onFocus? |
|
The trigger focus event. |