TableResizeActions

Interface for handling table resize actions. Implementations of this interface should provide specific logic for handling table resize events.

Functions

Link copied to clipboard
open fun onColumnHeaderResize(tableId: String, column: Int, newValue: Float)

Called when a column header is resized.

Link copied to clipboard
open fun onRowHeaderResize(tableId: String, newValue: Float)

Called when a row header is resized.

Link copied to clipboard
open fun onTableDimensionReset(tableId: String)

Called when a table dimension is reset.

Link copied to clipboard
open fun onTableDimensionResize(tableId: String, newValue: Float)

Called when a table dimension is resized.

Link copied to clipboard
open fun onTableWidthChanged(width: Int)

Called when the table width changes.