Header
A column header cell. Combines the core header members with the ColumnSizing feature members (getResizeHandler/getSize/getStart).
Integer counts (colSpan, rowSpan, depth, index) are Int. Sizes returned by getSize/getStart are Double because resize math can produce fractional pixel values.
Properties
Returns the HeaderContext used by header renderers.
Returns the flattened list of leaf headers beneath this header.
Returns a pointer/touch event handler that drives column resizing for this header. The first parameter is the owner document (browser-only, Any? in commonMain); the returned handler accepts a platform event (also Any? here).
Returns the start offset of this header for the given pinned position (or unpinned when null).
The HeaderGroup this header belongs to. Assigned during buildHeaderGroups.
Index of this header within its HeaderGroup.
True when this header is a placeholder (a non-leaf header that has no real column).
Placeholder id used to keep React-style keys stable across renders.
Sub-headers (immediate children in the header tree). Mutated during buildHeaderGroups.