# ColumnMoveDetail

> _Since v1.24.0_

Event detail emitted when a column is moved *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `field` | <code>string</code> | The field name of the moved column |
| `fromIndex` | <code>number</code> | The original index of the column |
| `toIndex` | <code>number</code> | The new index of the column |
| `columnOrder` | <code>string[]</code> | The complete column order after the move |
