PluginsNode TypesTableNoderemoveColumnOn this pageremoveColumnRemoves the column at the specified index. Supported on:TableNode Signature removeColumn(columnIndex: number): void Parameters columnIndex Index of the column to remove. Must satisfy 0 <= columnIndex < numColumns.