New to Kendo UI for VueStart a free 30-day trial

The props that will be passed to the UI of the ColumnMenu filter component.

Definition

Package:@progress/kendo-vue-data-tools

Properties

firstFilterProps

FilterCellProps

The options of the first filter.

Indicates if the second filter will be hidden.

logicData

{ text: string; operator: any }[]

The list of the filter logic options.

logicValue?

{ text: string; operator: any }

The current value of the filter logic.

onChange?

(e: any, filterIndex: number) => void

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

Parameters:eanyfilterIndexnumber

onFocus?

(e: any) => void

The trigger focus event.

Parameters:eany

onLogicchange?

(e: any) => void

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

Parameters:eany

operators

{ text: string; operator: any }[]

The list of the default operators for the current filter type.

The method for rendering the cell.

secondFilterProps

FilterCellProps

The options of the second filter.