ColumnGroupInfo
Column grouping info returned by the getColumnGrouping plugin query.
Plugins like GroupingColumnsPlugin respond with this to describe
how columns are organized into groups for the visibility panel.
Important: This type describes group membership — which fields belong
to which group. For authoritative display order, use grid.getAllColumns()
or grid.getColumnOrder() from the ConfigManager, which reflects the
current column positions after any reordering.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
id | string | Unique group identifier |
label | string | Display label for the group |
fields | string[] | Column field names belonging to this group. |
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