Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
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
Legacy API Reference
Enterprise
Cell 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): ReactNode;

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

ReactNode

Call Signature

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

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

ReactNode