New to Kendo UI for Vue? Start a free 30-day trial
TreeListColumnReorderEvent
Represents the object of the onColumnReorder
TreeList event.
Name | Type | Default | Description |
---|---|---|---|
columns? |
|
The current columns collection. | |
component |
|
An event target. | |
event |
|
A native DOM event. | |
next |
|
A next column index. | |
prev |
|
A previous column index. |