Defined in: react-table/src/createTableHook.tsx:470
Component type for AppCell - wraps a cell and provides cell context with optional Subscribe
TFeatures extends TableFeatures
TData extends RowData
TCellComponents extends Record<string, ComponentType<any>>
AppCellComponent<TValue>(props): ReactNode;Defined in: react-table/src/createTableHook.tsx:475
Component type for AppCell - wraps a cell and provides cell context with optional Subscribe
TValue extends unknown = unknown
AppCellPropsWithoutSelector<TFeatures, TData, TValue, TCellComponents>
ReactNode
AppCellComponent<TValue, TSelected>(props): ReactNode;Defined in: react-table/src/createTableHook.tsx:483
Component type for AppCell - wraps a cell and provides cell context with optional Subscribe
TValue extends unknown = unknown
TSelected = unknown
AppCellPropsWithSelector<TFeatures, TData, TValue, TCellComponents, TSelected>
ReactNode