PluginsNode TypesTableNoderesizeColumnOn this pageresizeColumnResizes the column. Columns cannot be resized to be smaller than their minimum size. Supported on:TableNode Signature resizeColumn(columnIndex: number, width: number): void Parameters width New width of the column. Must be >= 0.01