function constructTable<TFeatures, TData>(tableOptions): Table<TFeatures, TData>;function constructTable<TFeatures, TData>(tableOptions): Table<TFeatures, TData>;Defined in: core/table/constructTable.ts:31
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.
TFeatures extends TableFeatures
TData extends RowData
TableOptions<TFeatures, TData>
Table<TFeatures, TData>