Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / HeaderBandCell

Interface: HeaderBandCell

Defined in: datagrid-core/dist/index.d.ts:1179

One cell of a band row.

Properties

columnIds

columnIds: string[]

Defined in: datagrid-core/dist/index.d.ts:1183

Columns under this cell, in visual order.


label

label: string

Defined in: datagrid-core/dist/index.d.ts:1181

Caption; empty for a spacer.


level

level: number

Defined in: datagrid-core/dist/index.d.ts:1187

0 is the outermost band row.


spacer

spacer: boolean

Defined in: datagrid-core/dist/index.d.ts:1193

No band at this level — the column's own header reaches up through here. Rendered as an empty box with no borders, so it reads as one tall header rather than as a band called "".


width

width: number

Defined in: datagrid-core/dist/index.d.ts:1185

Combined width of those columns.