Skip to content

GroupingFeatureState

GroupingFeatureState: object

Defined in: core/features/grouping.svelte.ts:14

Represents the state of the grouping feature in the datagrid, managing active and expanded groups.

Type declaration

NameTypeDefined in
activeGroupsColumnId[]core/features/grouping.svelte.ts:16
expandedGroupsSvelteSet<GridGroupRowIdentifier>core/features/grouping.svelte.ts:17
manualbooleancore/features/grouping.svelte.ts:15
maxExpandedGroupsnumbercore/features/grouping.svelte.ts:18
onGroupingChange(expandedGroups) => voidcore/features/grouping.svelte.ts:19