GridColumnMenuCheckboxFilterProps
The props of the GridColumnMenuFilter 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. | |
dataItems |
| Sets the items collection that will be rendered by the GridColumnMenuCheckboxFilter component. | |
expanded? |
| Controls the expand state of the filter component. | |
filter? |
| The current filter state of the Grid. | |
filterOperators |
| The filter operators for the Grid filters. | |
filterable? |
| The filterable option of the column. | |
item? |
| The template that can customize the checkbox item. | |
onClosemenu? |
| The method that will be called to close the column menu. | |
searchBox? |
| Defines the component that will be rendered as a search box. | |
uniqueData? |
| Determines if the data in the component will be unique. By default the property is set to true. |
Methods
expandchange | ||||||
---|---|---|---|---|---|---|
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. | |||||||||
| |||||||||
|
onFocus | ||||||
---|---|---|---|---|---|---|
The trigger focus event. | ||||||
|