setColumnSizing

abstract var setColumnSizing: (updater: Updater<ColumnSizingState>) -> Unit(source)

Sets the column sizing state using an updater function or a value. This will trigger the underlying onColumnSizingChange function if one is passed to the table options, otherwise the state will be managed automatically by the table. API Docs Guide