GridToolbarCheckboxFilterProps
Definition
Package:@progress/kendo-react-grid
Properties
data
string | object[]
Sets the items collection that will be rendered by the GridToolbarCheckboxFilter component.
icon?
string
Defines the icon rendered in the GridToolbarCheckboxFilter tool (see example).
onCloseMenu?
Function
The method that will be called to close the column menu.
searchBox?
ComponentType<any>
Defines the component that will be rendered as a search box.
searchBoxFilterOperator?
string | Function
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?
boolean
Specifies if the popup will be displayed.
svgIcon?
SVGIcon
Defines the SVG icon rendered in the GridToolbarCheckboxFilter tool (see example).
uniqueData?
boolean
Determines if the data in the component will be unique. By default the property is set to true.