function constructCell<TFeatures, TData, TValue>(
column,
row,
table): Cell<TFeatures, TData, TValue>;Defined in: core/cells/constructCell.ts:32
Constructs a cell 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
TValue extends unknown = unknown
Column\<`TFeatures`, `TData`, `TValue`\>
Row\<`TFeatures`, `TData`\>
Table_Internal\<`TFeatures`, `TData`\>
Cell\<`TFeatures`, `TData`, `TValue`\>