GridColumnMenuCheckboxFilterProps
The props of the GridColumnMenuFilter component.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
data |
|
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.It takes value of type CompositeFilterDescriptor | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
onCloseMenu? |
|
The method that will be called to close the column menu. | |
onExpandChange? |
|
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. | |
searchBox? |
|
Defines the component that will be rendered as a search box. | |
searchBoxFilterOperator? |
|
Defines the filter operator that will be used to filter the values via the search box. "startswith" "endswith" "contains" "doesnotcontain" "isempty" "isnotempty" "eq" (equal to) "eq" (equal to) "neq" (not equal to) "isnull" (is equal to null) "isnotnull" (is not equal to null) | |
uniqueData? |
|
Determines if the data in the component will be unique. By default the property is set to true. |