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

The props of the GridColumnMenuSort component.

Definition

Package:@progress/kendo-vue-grid

Properties

The current column options.

onClosemenu?

Function

The method that will be called to close the column menu.

onSortchange?

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

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

Parameters:descriptorsSortDescriptor[]eany

sort?

SortDescriptor[]

The current sort state of the Grid.

The sortable option of the column.