ColumnGroup
Since v0.1.1
Column group definition (computed at runtime)
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
id | string | Unique group identifier |
label? | string | Display label for the group header |
columns | ColumnConfig<T, ColumnFieldKey<T>>[] | Columns belonging to this group |
firstIndex | number | Index of first column in this group |
renderer? | (params: GroupHeaderRenderParams) => string | void | HTMLElement | Per-group renderer. Resolved from the originating ColumnGroupDefinition.renderer when present. |