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
Table API Reference

AppTableComponent

Interface: AppTableComponent()<TFeatures>

Defined in: createTableHook.tsx:422

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AppTableComponent(props): ReactNode;

Defined in: createTableHook.tsx:423

Component type for AppTable - root wrapper with optional Subscribe

Parameters

props

AppTablePropsWithoutSelector

Returns

ReactNode

Call Signature

ts
AppTableComponent<TSelected>(props): ReactNode;

Defined in: createTableHook.tsx:424

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

ReactNode