New to Kendo UI for Vue? Start a free 30-day trial

GridColumnMenuFilterBaseProps

The props passed to the ColumnMenu filter component.

NameTypeDefaultDescription

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.

column

GridColumnMenuColumnProps

The current column options.

filter?

CompositeFilterDescriptor

The current filter state of the Grid.

filterable?

boolean

The filterable option of the column.

filterOperators

GridFilterOperators

The filter operators for the Grid 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.

onFilterchange?

(filter: "null" | CompositeFilterDescriptor, syntheticEvent: any) => any

The method that will be called to notify the parent Grid about a filter change.

onFocus?

(e: any) => void

The trigger focus event.