New to KendoReact? Learn about KendoReact Free.
GridColumnMenuFilterBaseProps
The props passed to the ColumnMenu filter component.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
filter? |
|
The current filter state of the Grid.It takes value of type CompositeFilterDescriptor | |
filterable? |
|
The filterable option of the column. | |
filterOperators |
|
The filter operators for the Grid filters. | |
onCloseMenu? |
|
The method that will be called to close the column menu. | |
onFilterChange? |
|
The method that will be called to notify the parent Grid about a filter change. |