New to KendoReact? Learn about KendoReact Free.
GridToolbarFilterProps
Name | Type | Default | Description |
---|---|---|---|
filterUI? |
|
Specifies a React element that will be cloned and rendered inside the UI of the column-menu filter component (see example). | |
hideSecondFilter? |
|
If set to | |
icon? |
|
Defines the icon rendered in the GridToolbarFilter tool (see example). jsx
| |
onCloseMenu? |
|
The method that will be called to close the column menu. jsx
| |
onFilterChange? |
|
The method that will be called to notify the parent Grid about a filter change. | |
show? |
|
Specifies if the popup will be displayed. jsx
| |
svgIcon? |
|
Defines the SVG icon rendered in the GridToolbarFilter tool (see example). jsx
|