TanStack

IdIdentifier

Interface: IdIdentifier<TFeatures, TData, TValue>

Defined in: types/ColumnDef.ts:84

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

ts
optional header: ColumnDefTemplate<HeaderContext<TFeatures, TData, TValue>>;

Defined in: types/ColumnDef.ts:96

Header text or template used to render this column's header.


id

ts
id: string;

Defined in: types/ColumnDef.ts:92

Explicit stable column id.