Skip to content

HeaderLabelContext

Context passed to headerLabelRenderer for customizing header label content. The framework handles sort icons, filter buttons, resize handles, and click interactions.

headerLabelRenderer: (ctx) => {
const span = document.createElement('span');
span.innerHTML = `${ctx.value} <span class="required">*</span>`;
return span;
}
PropertyTypeDescription
columnColumnConfig<TRow>Column configuration reference.
valuestringThe 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