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

GetInitialState

Type Alias: GetInitialState()<TConstructors>

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

Defined in: types/TableFeatures.ts:68

Type Parameters

TConstructors

TConstructors extends FeatureConstructors

Parameters

initialState

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

Returns

TableState_All & Partial<TConstructors["TableState"]>