Back to Table

AppCellComponent

docs/framework/react/reference/index/interfaces/AppCellComponent.md

8.21.31.6 KB
Original Source

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