Documentation

@kanunilabs/datagrid


@kanunilabs/datagrid / CellSlotContext

Interface: CellSlotContext<TRow>

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

What the Enterprise cell slots are handed — the React CellSlotContext, verbatim. rowIndex/columnIndex are VIEW coordinates (a range is a rectangle over what the user sees).

Type Parameters

TRow

TRow = GridRowData

Properties

columnId

columnId: string

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


columnIndex

columnIndex: number

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


node

node: RowNode<TRow>

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


rowIndex

rowIndex: number

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


value

value: unknown

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