Type Editor / @type-editor/tables / commands/move-table-column / moveTableColumn
Function: moveTableColumn()
ts
function moveTableColumn(options): Command;Defined in: tables/src/commands/move-table-column.ts:14
Creates a command that moves a table column from one index to another.
Parameters
| Parameter | Type | Description |
|---|---|---|
options | MoveTableColumnOptions | Configuration for the column move operation |
Returns
Command
A command that moves the specified column