updateMaxContentWidth

fun updateMaxContentWidth(column: C, width: Dp, source: String)

Update the tracked maximum minimal content width for a column. If the provided width is greater than the stored value, it will be recorded.

Parameters

column

column key

width

measured content width

source

description of the measurement source (e.g. "Header" or "Row5")