Defined in: react-table/src/createTableHook.tsx:398
Props for AppCell component - without selector
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, ComponentType<any>>
cell: Cell<TFeatures, TData, TValue>;Defined in: react-table/src/createTableHook.tsx:404
children: (cell) => ReactNode;Defined in: react-table/src/createTableHook.tsx:405
Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object
ReactNode
optional selector: undefined;Defined in: react-table/src/createTableHook.tsx:409