function constructHeader<TFeatures, TData, TValue>(
table,
column,
options): Header<TFeatures, TData, TValue>;Defined in: core/headers/constructHeader.ts:31
Constructs a header 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`\>
Column\<`TFeatures`, `TData`, `TValue`\>
number
string
number
boolean
string
Header\<`TFeatures`, `TData`, `TValue`\>