New to Kendo UI for Vue? Start a free 30-day trial

SortableProps

sortable-allow-unsort Boolean

If sortable-allow-unsort is set to true, the user can get the Grid in unsorted state by clicking the sorted column header.

sortable-show-indexes Boolean

If sortable-show-indexes is set to true, the user will see the sort sequence indicators for the sorted columns.

sortable-initial-direction String

Determines the initial (from unsorted to sorted state) sort direction.

The supported values are:

  • asc
  • desc

sortable-mode String

The sorting mode.

  • If sortable-mode is set to single, the user can sort by one column.
  • If sortable-mode is set to multiple, the user can sort by multiple columns.