TableEditor.removeRow method
TableEditor › removeRow
Unofficial
Remove a row from the table.Signature:
removeRow(index: number, focusCol: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | Row index to remove. |
| focusCol | number | Column to focus after removal. |
Returns: void