resolveColumnWidth

fun resolveColumnWidth(key: C, spec: ColumnSpec<*, C, *>? = null): Dp

Deprecated

Column state moved to TableState.columns. Use columns.resolveWidth(key, spec).

Replace with

columns.resolveWidth(key, spec)