@kanunilabs/datagrid-react / NoteCellContext
Interface: NoteCellContext<TRow>
Defined in: datagrid-react/src/types.ts:115
Which cell a note belongs to, and the row behind it.
Type Parameters
TRow
TRow = GridRowData
Properties
columnId
columnId:
string
Defined in: datagrid-react/src/types.ts:117
row
row:
TRow
Defined in: datagrid-react/src/types.ts:118
rowKey
rowKey:
RowKey
Defined in: datagrid-react/src/types.ts:116