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
Enterprise

AngularTableComputed

Interface: AngularTableComputed()<TFeatures>

Defined in: injectTable.ts:32

Store mode: pass selector (required) to project from full table state. Source mode: pass source (atom or store); omit selector for the whole value (identity), or pass selector to project. Split overloads match React Subscribe inference.

Type Parameters

TFeatures

TFeatures extends TableFeatures

Call Signature

ts
AngularTableComputed<TSourceValue>(props): Signal<Readonly<TSourceValue>>;
AngularTableComputed<TSourceValue>(props): Signal<Readonly<TSourceValue>>;

Defined in: injectTable.ts:33

Store mode: pass selector (required) to project from full table state. Source mode: pass source (atom or store); omit selector for the whole value (identity), or pass selector to project. Split overloads match React Subscribe inference.

Type Parameters

TSourceValue

TSourceValue

Parameters

props

equal?

ValueEqualityFn<TSourceValue>

selector?

undefined

source

Atom<TSourceValue> | ReadonlyAtom<TSourceValue>

Returns

Signal<Readonly<TSourceValue>>

Call Signature

ts
AngularTableComputed<TSourceValue, TSubSelected>(props): Signal<Readonly<TSubSelected>>;
AngularTableComputed<TSourceValue, TSubSelected>(props): Signal<Readonly<TSubSelected>>;

Defined in: injectTable.ts:38

Store mode: pass selector (required) to project from full table state. Source mode: pass source (atom or store); omit selector for the whole value (identity), or pass selector to project. Split overloads match React Subscribe inference.

Type Parameters

TSourceValue

TSourceValue

TSubSelected

TSubSelected

Parameters

props

equal?

ValueEqualityFn<TSubSelected>

selector

(state) => TSubSelected

source

Atom<TSourceValue> | ReadonlyAtom<TSourceValue>

Returns

Signal<Readonly<TSubSelected>>

Call Signature

ts
AngularTableComputed<TSubSelected>(props): Signal<Readonly<TSubSelected>>;
AngularTableComputed<TSubSelected>(props): Signal<Readonly<TSubSelected>>;

Defined in: injectTable.ts:43

Store mode: pass selector (required) to project from full table state. Source mode: pass source (atom or store); omit selector for the whole value (identity), or pass selector to project. Split overloads match React Subscribe inference.

Type Parameters

TSubSelected

TSubSelected

Parameters

props

equal?

ValueEqualityFn<TSubSelected>

selector

(state) => TSubSelected

Returns

Signal<Readonly<TSubSelected>>