RowGroup
Defined in: src/widgets/data/grouping.ts:15
A named, collapsible group of rows for a grouped ListView/Table.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”collapsed?
Section titled “collapsed?”
optionalcollapsed?: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.