GridColumnMenuFilterBaseProps
Interface
The props passed to the ColumnMenu filter component.
Definition
Package:@progress/kendo-react-grid
Properties
The current column options.
filter?
CompositeFilterDescriptor
The current filter state of the Grid.It takes value of type CompositeFilterDescriptor
filterable?
boolean
The filterable option of the column.
The filter operators for the Grid filters.
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