Defined in: createTableHook.tsx:368
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: createTableHook.tsx:373
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: createTableHook.tsx:381
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