GridToolbarCheckboxFilterProps
Name | Type | Default | Description |
---|---|---|---|
data |
|
Sets the items collection that will be rendered by the GridToolbarCheckboxFilter component. | |
icon? |
|
Defines the icon rendered in the GridToolbarCheckboxFilter tool (see example). jsx
| |
onCloseMenu? |
|
The method that will be called to close the column menu. jsx
| |
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) | |
show? |
|
Specifies if the popup will be displayed. jsx
| |
svgIcon? |
|
Defines the SVG icon rendered in the GridToolbarCheckboxFilter tool (see example). jsx
| |
uniqueData? |
|
Determines if the data in the component will be unique. By default the property is set to true. jsx
|