Skip to content

TableEditor.moveRow method

TableEditor › moveRow

Unofficial

Move a row to a new position.

Signature:

moveRow(from: number, to: number, focusCol: number): void

Parameters:

ParameterTypeDescription
fromnumberSource row index.
tonumberDestination row index.
focusColnumberColumn to focus after the move.

Returns: void