Reordering
The Kendo UI for Vue Native TreeList allows you to reorder its columns by dragging its header cells.
To enable column reordering, set the reorderable
property to true
and update the TreeList columns
collection using onColumnReorder
event.