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

ExternalAtoms

Type Alias: ExternalAtoms<TFeatures>

ts
type ExternalAtoms<TFeatures> = Partial<{ [K in keyof TableState<TFeatures>]: Atom<TableState<TFeatures>[K]> }>;
type ExternalAtoms<TFeatures> = Partial<{ [K in keyof TableState<TFeatures>]: Atom<TableState<TFeatures>[K]> }>;

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

A map of optional external atoms, one per TableState slice. Consumers can provide their own writable atom for any state slice to take over ownership of that slice.

Type Parameters

TFeatures

TFeatures extends TableFeatures