Skip to content

TableEditor.insertRow method

TableEditor › insertRow

Unofficial

Insert a row into the table.

Signature:

insertRow(index: number, focusCol: number, copyFromRow?: boolean | undefined): void

Parameters:

ParameterTypeDescription
indexnumberRow index at which to insert.
focusColnumberColumn to focus after insertion.
copyFromRow?boolean | undefinedWhether to copy the contents of the row currently at index.

Returns: void