Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise

assignTableAPIs

Function: assignTableAPIs()

ts
function assignTableAPIs<TFeatures, TData, TDeps, TDepArgs>(
   feature, 
   table, 
   apis): void;

Defined in: utils.ts:297

Assigns Table API methods directly to the table instance. Unlike row/cell/column/header, the table is a singleton so methods are assigned directly.

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TDeps

TDeps extends readonly any[]

TDepArgs

TDepArgs

Parameters

feature

keyof TFeatures & string

table

Table_Internal<TFeatures, TData>

apis

APIObject<TDeps, NoInfer<TDepArgs>>

Returns

void