New to Kendo UI for Vue? Start a free 30-day trial
GridColumnMenuSortProps
The props of the GridColumnMenuSort component.
Name | Type | Default | Description |
---|---|---|---|
column |
|
The current column options. | |
onClosemenu? |
|
The method that will be called to close the column menu. | |
onSortchange? |
|
The method that will be called to notify the parent Grid about a sort change. | |
sort? |
|
The current sort state of the Grid. | |
sortable? |
|
The sortable option of the column. |