Defined in: createTableHook.tsx:279
Props for AppCell component.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, ComponentType<any>>
cell: Cell<TFeatures, TData, TValue>;Defined in: createTableHook.tsx:285
children: (cell) => Element;Defined in: createTableHook.tsx:286
Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object
Element