Skip to content

CreateGroupParams

Defined in: datagrid/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.datagrid/core/features/column-grouping.svelte.ts:29
selectedColumnsRecord<string, boolean>A map of column IDs and their selection status to include in the group.datagrid/core/features/column-grouping.svelte.ts:31