Docs
Cloudflare
Railway
CodeRabbit
Clerk
OpenRouter
Netlify
SerpAPI
AG Grid
WorkOS
Prisma
Unkey
Electric
Sentry
Cloudflare
Railway
CodeRabbit
Clerk
OpenRouter
Netlify
SerpAPI
AG Grid
WorkOS
Prisma
Unkey
Electric
Sentry
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions 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): ComponentChildren;
AppTableComponent(props): ComponentChildren;

Defined in: createTableHook.tsx:423

Component type for AppTable - root wrapper with optional Subscribe

Parameters

props

AppTablePropsWithoutSelector

Returns

ComponentChildren

Call Signature

ts
AppTableComponent<TSelected>(props): ComponentChildren;
AppTableComponent<TSelected>(props): ComponentChildren;

Defined in: createTableHook.tsx:424

Component type for AppTable - root wrapper with optional Subscribe

Type Parameters

TSelected

TSelected

Parameters

props

AppTablePropsWithSelector<TFeatures, TSelected>

Returns

ComponentChildren