Skip to content

CreateGroupParams

Defined in: core/features/column-grouping.svelte.ts:27

Parameters for creating a new column group.

Properties

PropertyTypeDescriptionDefined in
newGroupNamestringThe name of the new group to be created.core/features/column-grouping.svelte.ts:29
selectedColumnsRecord<string, boolean>A map of column IDs and their selection status to include in the group.core/features/column-grouping.svelte.ts:31