Back to Table

IdIdentifier

docs/reference/interfaces/IdIdentifier.md

8.21.3874 B
Original Source

Interface: IdIdentifier<TFeatures, TData, TValue>

Defined in: types/ColumnDef.ts:50

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData = CellData

Properties

header?

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

Defined in: types/ColumnDef.ts:56


id

ts
id: string;

Defined in: types/ColumnDef.ts:55