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

The props passed to the ColumnMenu sort component.

Definition

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

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

Parameters:descriptorsSortDescriptor[]eany

sort?

SortDescriptor[]

The current sort state of the .

The sortable option of the column.