moveColumn(from_index, to_index)
Class: Table.
Description:
Moves a column from one position to another. Uses new column order for column indexes (if columns were reordered).
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number |
Index of the column to move |
|
|
number |
New position index |
