Developers/Plugin API/Node Types/TableNode/resizeColumnOn this pageresizeColumnResizes the column. Columns cannot be resized to be smaller than their minimum size. Supported on:TableNodeSignatureresizeColumn(columnIndex: number, width: number): voidParameterswidthNew width of the column. Must be >= 0.01