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