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

AppCellPropsWithoutSelector

Interface: AppCellPropsWithoutSelector<TFeatures, TData, TValue, TCellComponents>

Defined in: createTableHook.tsx:296

Props for AppCell component - without selector

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

TValue

TValue extends CellData

TCellComponents

TCellComponents extends Record<string, ComponentType<any>>

Properties

cell

ts
cell: Cell<TFeatures, TData, TValue>;
cell: Cell<TFeatures, TData, TValue>;

Defined in: createTableHook.tsx:302


children()

ts
children: (cell) => ComponentChildren;
children: (cell) => ComponentChildren;

Defined in: createTableHook.tsx:303

Parameters

cell

Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object

Returns

ComponentChildren


selector?

ts
optional selector: undefined;
optional selector: undefined;

Defined in: createTableHook.tsx:307