PluginsNode TypesTableNodeinsertRowOn this pageinsertRowInserts a row before the specified index. Supported on:TableNode Signature insertRow(rowIndex: number): void Parameters rowIndex Index of the new row. Must satisfy 0 <= rowIndex <= numRows.