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

BaseAtoms

Type Alias: BaseAtoms<TFeatures>

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

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

A map of writable atoms, one per TableState slice. These are the internal writable atoms that the library always writes to via makeStateUpdater.

Type Parameters

TFeatures

TFeatures extends TableFeatures