Documentation

@kanunilabs/datagrid-react


@kanunilabs/datagrid-react / DataRowNode

Interface: DataRowNode<TRow>

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

Type Parameters

TRow

TRow = GridRowData

Properties

data

data: TRow

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


key

key: RowKey

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


kind

kind: "data"

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


sourceIndex

sourceIndex: number

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

Index into the ORIGINAL source array (stable across sort/filter).


tree?

optional tree?: TreeRowInfo

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

Present only on a tree-data grid (P1.4). Absent = flat row, zero cost.