Back to Table

TanStackTableHeaderContext

docs/framework/angular/reference/interfaces/TanStackTableHeaderContext.md

8.21.3797 B
Original Source

Interface: TanStackTableHeaderContext<TFeatures, TData, TValue>

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.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData

Properties

ts
header: Signal<Header<TFeatures, TData, TValue>>;

Defined in: helpers/header.ts:17

Signal that returns the current header instance.