ColumnMenuFilterBaseProps
Interface
The props passed to the ColumnMenu filter component.
Definition
Package:@progress/kendo-vue-data-tools
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.
filter?
CompositeFilterDescriptor
The current filter state of the .
filterable?
boolean
The filterable option of the column.
The filter operators for the filters.
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.
The method that will be called to notify the parent about a filter change.
Parameters:filterCompositeFilterDescriptorsyntheticEventanyReturns:
any
onFocus?
(e: any) => void
The trigger focus event.
Parameters:eany