Docs
CodeRabbit
Cloudflare
Railway
WorkOS
Netlify
OpenRouter
SerpAPI
AG Grid
Clerk
Sentry
Prisma
Electric
Unkey
CodeRabbit
Cloudflare
Railway
WorkOS
Netlify
OpenRouter
SerpAPI
AG Grid
Clerk
Sentry
Prisma
Electric
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference
Table API Reference

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:53

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