function constructColumn<TFeatures, TData, TValue>(
table,
columnDef,
depth,
parent?): Column<TFeatures, TData, TValue>;function constructColumn<TFeatures, TData, TValue>(
table,
columnDef,
depth,
parent?): Column<TFeatures, TData, TValue>;Defined in: core/columns/constructColumn.ts:36
Constructs a column 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
Table_Internal<TFeatures, TData>
ColumnDef<TFeatures, TData, TValue>
number
Column<TFeatures, TData, TValue>
Column<TFeatures, TData, TValue>