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. | |
expandchange? |
|
Triggered on each subsequent expand state of the filter component. | |
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. | |
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 Grid about a filter change. | |
onFocus? |
|
The trigger focus event. | |
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. |