GridColumnMenuFilterProps
The props of the GridColumnMenuFilter component.
column
The current column options.
expanded?
boolean
Controls the expand state of the filter component.
filter?
CompositeFilterDescriptor
The current filter state of the Grid.
filterUI?
any
filterable?
boolean | undefined
The filterable option of the column.
hideSecondFilter?
boolean
If set to false
, the second filter operator and the input will be hidden.
onClosemenu?
Function
The method that will be called to close the column menu.
onExpandchange?
(nextExpandState: boolean) => void
Triggers on each subsequent expand state of the filter component.
onFilterchange?
(filter: CompositeFilterDescriptor | null, syntheticEvent: any) => any
The method that will be called to notify the parent Grid about a filter change.