Defined in: helpers/header.ts:11
DI context shape for a TanStack Table header.
This exists to make the current Header injectable by any nested component/directive without passing it through inputs/props.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
header: Signal<Header<TFeatures, TData, TValue>>;
Defined in: helpers/header.ts:17
Signal that returns the current header instance.