Table API Reference

constructTable

Function: constructTable()

ts
function constructTable<TFeatures, TData>(tableOptions): Table<TFeatures, TData>;

Defined in: core/table/constructTable.ts:32

Constructs a table instance from normalized table internals.

This wires core properties, feature prototype APIs, and instance data used by table rendering and row-model operations.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

tableOptions

TableOptions\<`TFeatures`, `TData`\>

Returns

Table\<`TFeatures`, `TData`\>