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