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
Name | Type | Defined in |
---|---|---|
activeGroups | ColumnId [] | core/features/grouping.svelte.ts:16 |
expandedGroups | SvelteSet <GridGroupRowIdentifier > | core/features/grouping.svelte.ts:17 |
manual | boolean | core/features/grouping.svelte.ts:15 |
maxExpandedGroups | number | core/features/grouping.svelte.ts:18 |
onGroupingChange | (expandedGroups ) => void | core/features/grouping.svelte.ts:19 |