HeaderLabelContext
Context passed to headerLabelRenderer for customizing header label content.
The framework handles sort icons, filter buttons, resize handles, and click interactions.
Example
Section titled “Example”headerLabelRenderer: (ctx) => { const span = document.createElement('span'); span.innerHTML = `${ctx.value} <span class="required">*</span>`; return span;}Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
column | ColumnConfig<TRow> | Column configuration reference. |
value | string | The header text (from column.header or column.field). |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt