Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
WorkOS
Clerk
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

AssignRowPrototype

Type Alias: AssignRowPrototype()<TConstructors>

ts
type AssignRowPrototype<TConstructors> = <TFeatures, TData>(prototype, table) => void;
type AssignRowPrototype<TConstructors> = <TFeatures, TData>(prototype, table) => void;

Defined in: types/TableFeatures.ts:101

Type Parameters

TConstructors

TConstructors extends FeatureConstructors

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Parameters

prototype

Record<string, any>

table

Table_Internal<TFeatures, TData>

Returns

void