TableEditor.moveRow method
TableEditor › moveRow
Unofficial
Move a row to a new position.Signature:
moveRow(from: number, to: number, focusCol: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| from | number | Source row index. |
| to | number | Destination row index. |
| focusCol | number | Column to focus after the move. |
Returns: void