onColumnHeaderResize

open fun onColumnHeaderResize(tableId: String, column: Int, newValue: Float)

Called when a column header is resized.

Parameters

tableId

The ID of the table.

column

The index of the column.

newValue

The new value of the column header.