GridToolbarFilterProps
Interface
Definition
Package:@progress/kendo-react-grid
Properties
filterUI?
ComponentType<GridColumnMenuFilterUIProps>
Specifies a React element that will be cloned and rendered inside the UI of the column-menu filter component (see example).
hideSecondFilter?
boolean
If set to false, the second filter operator and the input will be hidden.
icon?
string
Defines the icon rendered in the GridToolbarFilter tool (see example).
onCloseMenu?
Function
The method that will be called to close the column menu.
The method that will be called to notify the parent Grid about a filter change.
Parameters:filternull | CompositeFilterDescriptorsyntheticEventSyntheticEvent<any, Event>Returns:
any
show?
boolean
Specifies if the popup will be displayed.
svgIcon?
SVGIcon
Defines the SVG icon rendered in the GridToolbarFilter tool (see example).