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

Atoms

Type Alias: Atoms<TFeatures>

ts
type Atoms<TFeatures> = { [K in keyof TableState<TFeatures>]-?: ReadonlyAtom<TableState<TFeatures>[K]> };
type Atoms<TFeatures> = { [K in keyof TableState<TFeatures>]-?: ReadonlyAtom<TableState<TFeatures>[K]> };

Defined in: core/table/coreTablesFeature.types.ts:30

A map of readonly derived atoms, one per TableState slice. Each derives from its corresponding baseAtom plus, optionally, a per-slice external atom or external state value.

Precedence: options.atoms[key] > options.state[key] > baseAtoms[key].

Type Parameters

TFeatures

TFeatures extends TableFeatures