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

AppCellComponent

Interface: AppCellComponent()<TFeatures, TData, TCellComponents>

Defined in: createTableHook.tsx:368

Component type for AppCell - wraps a cell and provides cell context with optional Subscribe

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TCellComponents

TCellComponents extends Record<string, ComponentType<any>>

Call Signature

ts
AppCellComponent<TValue>(props): Element;
AppCellComponent<TValue>(props): Element;

Defined in: createTableHook.tsx:373

Component type for AppCell - wraps a cell and provides cell context with optional Subscribe

Type Parameters

TValue

TValue extends unknown = unknown

Parameters

props

AppCellPropsWithoutSelector<TFeatures, TData, TValue, TCellComponents>

Returns

Element

Call Signature

ts
AppCellComponent<TValue, TSelected>(props): Element;
AppCellComponent<TValue, TSelected>(props): Element;

Defined in: createTableHook.tsx:381

Component type for AppCell - wraps a cell and provides cell context with optional Subscribe

Type Parameters

TValue

TValue extends unknown = unknown

TSelected

TSelected = unknown

Parameters

props

AppCellPropsWithSelector<TFeatures, TData, TValue, TCellComponents, TSelected>

Returns

Element