Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
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

GetDefaultStateSelector

Type Alias: GetDefaultStateSelector()<TConstructors>

ts
type GetDefaultStateSelector<TConstructors> = (state) => Partial<TableState_All> & Partial<TConstructors["TableState"]>;
type GetDefaultStateSelector<TConstructors> = (state) => Partial<TableState_All> & Partial<TConstructors["TableState"]>;

Defined in: types/TableFeatures.ts:72

Type Parameters

TConstructors

TConstructors extends FeatureConstructors

Parameters

state

TableState_All

Returns

Partial<TableState_All> & Partial<TConstructors["TableState"]>