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

AppTablePropsWithSelector

Interface: AppTablePropsWithSelector<TFeatures, TSelected>

Defined in: createTableHook.tsx:285

Props for AppTable component - with selector

Type Parameters

TFeatures

TFeatures extends TableFeatures

TSelected

TSelected

Properties

children()

ts
children: (state) => ReactNode;
children: (state) => ReactNode;

Defined in: createTableHook.tsx:289

Parameters

state

TSelected

Returns

ReactNode


selector()

ts
selector: (state) => TSelected;
selector: (state) => TSelected;

Defined in: createTableHook.tsx:290

Parameters

state

TableState<TFeatures>

Returns

TSelected