Skip to content

RowGroup

Defined in: src/widgets/data/grouping.ts:15

A named, collapsible group of rows for a grouped ListView/Table.

T

optional collapsed?: boolean

Defined in: src/widgets/data/grouping.ts:23

Start collapsed (seeds the initial, uncontrolled collapse state).


id: string

Defined in: src/widgets/data/grouping.ts:17

Stable id; collapse state is keyed by this.


items: T[]

Defined in: src/widgets/data/grouping.ts:21

The rows in this group, in display order.


title: string

Defined in: src/widgets/data/grouping.ts:19

Title shown in the group’s (non-interactive) header row.