ColumnMoveDetail
Since v1.24.0
Event detail emitted when a column is moved
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
field | string | The field name of the moved column |
fromIndex | number | The original index of the column |
toIndex | number | The new index of the column |
columnOrder | string[] | The complete column order after the move |