Defined in: types.ts:670
Component type for AppCell — wraps a cell and provides cell context with optional Subscribe.
TFeatures extends TableFeatures
TData extends RowData
TCellComponents extends Record<string, TableComponentType>
AppCellComponent<TValue>(props): unknown;Defined in: types.ts:675
Component type for AppCell — wraps a cell and provides cell context with optional Subscribe.
TValue extends unknown = unknown
AppCellPropsWithoutSelector<TFeatures, TData, TValue, TCellComponents>
unknown
AppCellComponent<TValue, TSelected>(props): unknown;Defined in: types.ts:683
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>
unknown