GridColumnMenuFilterProps
The props of the GridColumnMenuFilter component.
Definition
Package:@progress/kendo-vue-grid
Properties
animate?
boolean | PopupAnimation
Controls the ColumnMenu animation. By default, the opening and closing animations are enabled.
checkAllItem?
string | boolean | object | Function
The template that can customize the check all checkbox item.
The current column options.
expanded?
boolean
Controls the expand state of the filter component.
filter?
CompositeFilterDescriptor
The current filter state of the Grid.
filterable?
boolean
The filterable option of the column.
The filter operators for the Grid filters.
filterUI?
any
hideSecondFilter?
boolean
If set to false, the second filter operator and the input will be hidden.
item?
string | boolean | object | Function
The template that can customize the checkbox item.
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.
The method that will be called to notify the parent Grid about a filter change.
any
onFilterfocus?
(e: any) => void
Triggers when a filter is focused.
onFocus?
(e: any) => void
The trigger focus event.