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
Static Functions API Reference

AppTableProps

Interface: AppTableProps<TFeatures, TSelected>

Defined in: packages/vue-table/src/createTableHook.ts:195

Type Parameters

TFeatures

TFeatures extends TableFeatures

TSelected

TSelected = unknown

Properties

selector()?

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

Defined in: packages/vue-table/src/createTableHook.ts:199

Parameters

state

TableState<TFeatures>

Returns

TSelected