• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • 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

ColumnMenuProps

The props which the ColumnMenu passes to its children.

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

ColumnMenuColumnProps

The current column options.

filter?

CompositeFilterDescriptor

The current filter state of the .

filterable?

boolean

The filterable option of the column.

filterOperators

FilterOperators

The filter operators for the filters.

item?

string | boolean | object | Function

The template that can customize the checkbox item.

key?

any

The key of the column menu.

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 about a filter change.

onFocus?

(e: any) => void

The trigger focus event.

onSortchange?

(descriptors: SortDescriptor[], e: any) => void

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

opened?

boolean

The opened column menu.

render?

any

The method for rendering the column menu.

sort?

SortDescriptor[]

The current sort state of the .

sortable?

SortSettings

The sortable option of the column.