Docs
Cloudflare
Railway
CodeRabbit
WorkOS
Clerk
Netlify
OpenRouter
AG Grid
SerpAPI
Electric
Prisma
Sentry
Unkey
Cloudflare
Railway
CodeRabbit
WorkOS
Clerk
Netlify
OpenRouter
AG Grid
SerpAPI
Electric
Prisma
Sentry
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference

TanStackTableHeaderContext

Interface: TanStackTableHeaderContext<TFeatures, TData, TValue>

Defined in: packages/angular-table/src/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>>;
header: Signal<Header<TFeatures, TData, TValue>>;

Defined in: packages/angular-table/src/helpers/header.ts:17

Signal that returns the current header instance.