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

Defined in: createTableHook.tsx:289

Parameters

state

TSelected

Returns

ComponentChildren


selector()

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

Defined in: createTableHook.tsx:290

Parameters

state

TableState<TFeatures>

Returns

TSelected