Back to Table

HeaderContext

docs/reference/interfaces/HeaderContext.md

8.21.31.3 KB
Original Source

Interface: HeaderContext<TFeatures, TData, TValue>

Defined in: core/headers/coreHeadersFeature.types.ts:30

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

column

ts
column: Column<TFeatures, TData, TValue>;

Defined in: core/headers/coreHeadersFeature.types.ts:38

An instance of a column.


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

Defined in: core/headers/coreHeadersFeature.types.ts:42

An instance of a header.


table

ts
table: Table<TFeatures, TData>;

Defined in: core/headers/coreHeadersFeature.types.ts:46

The table instance.