• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Vue Wrappers End of Life
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UI
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdowns
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

ColumnMenuFilterUIProps

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

NameTypeDefaultDescription

firstFilterProps

FilterCellProps

The options of the first filter.

hideSecondFilter?

boolean

Indicates if the second filter will be hidden.

logicData

{ operator: any; text: string; }[]

The list of the filter logic options.

logicValue?

{ operator: any; text: string; }

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.

onFocus?

(e: any) => void

The trigger focus event.

onLogicchange?

(e: any) => void

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

operators

{ operator: any; text: string; }[]

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

render?

any

The method for rendering the cell.

secondFilterProps

FilterCellProps

The options of the second filter.