ColumnSizingHeader

external interface ColumnSizingHeader(source)

Inheritors

Properties

Link copied to clipboard
abstract var getResizeHandler: (context: Document?) -> (event: Any) -> Unit

Returns an event handler function that can be used to resize the header. It can be used as an:

Link copied to clipboard
abstract var getSize: () -> Int

Returns the current size of the header. API Docs Guide

Link copied to clipboard
abstract var getStart: (position: ColumnPinningPosition?) -> Int

Returns the offset measurement along the row-axis (usually the x-axis for standard tables) for the header. This is effectively a sum of the offset measurements of all preceding headers. API Docs Guide