Defined in: createTableHook.tsx:311
Component type for AppCell - wraps a cell and provides cell context.
TFeatures extends TableFeatures
TData extends RowData
TCellComponents extends Record<string, ComponentType<any>>
AppCellComponent<TValue>(props): Element;Defined in: createTableHook.tsx:316
Component type for AppCell - wraps a cell and provides cell context.
TValue extends unknown = unknown
AppCellProps<TFeatures, TData, TValue, TCellComponents>
Element