Skip to content

Group

interface Group<TRow>

A Group row

Properties

key

key: TRow[keyof TRow]

The value by which to rows are grouped.

value

value: TRow[]

All rows that are part of the group.