changeColumnWidth
abstract fun changeColumnWidth(tableWidth: Double, columns: List<ColumnSizePolicy.Column>, index: Int, to: Double)(source)
Used to set a column's width. Implementations need to set the width(s) of any columns that will be changed to update the table.
NOTE: Doing nothing in this method is equivalent to ignoring the resize request.
Parameters
tableWidth
for the Table
columns
within the Table
index
of the column being changed
to
the width the column is being sized to