TanStack

AppCellComponent

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

Defined in: types.ts:670

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, TableComponentType>

Call Signature

ts
AppCellComponent<TValue>(props): unknown;

Defined in: types.ts:675

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

unknown

Call Signature

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

Defined in: types.ts:683

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

unknown