function constructRow<TFeatures, TData>(
table,
id,
original,
rowIndex,
depth,
subRows?,
parentId?): Row<TFeatures, TData>;function constructRow<TFeatures, TData>(
table,
id,
original,
rowIndex,
depth,
subRows?,
parentId?): Row<TFeatures, TData>;Defined in: core/rows/constructRow.ts:30
Constructs a row instance from normalized table internals.
This wires core properties, feature prototype APIs, and instance data used by table rendering and row-model operations.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
string
TData
number
number
Row<TFeatures, TData>[]
string
Row<TFeatures, TData>