TanStack

AppCellProps

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

Defined in: createTableHook.tsx:279

Props for AppCell component.

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>;

Defined in: createTableHook.tsx:285


children()

ts
children: (cell) => Element;

Defined in: createTableHook.tsx:286

Parameters

cell

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

Returns

Element