Documentation

@kanunilabs/datagrid


@kanunilabs/datagrid / NoteCellContext

Interface: NoteCellContext<TRow>

Defined in: datagrid/src/createGrid.ts:260

Which cell a note belongs to — the React NoteCellContext, verbatim.

Type Parameters

TRow

TRow = GridRowData

Properties

columnId

columnId: string

Defined in: datagrid/src/createGrid.ts:262


row

row: TRow

Defined in: datagrid/src/createGrid.ts:263


rowKey

rowKey: RowKey

Defined in: datagrid/src/createGrid.ts:261