Defined in: react-table/src/createTableHook.tsx:415
Props for AppCell component - with selector
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, ComponentType<any>>
TSelected
cell: Cell<TFeatures, TData, TValue>;Defined in: react-table/src/createTableHook.tsx:422
children: (cell, state) => ReactNode;Defined in: react-table/src/createTableHook.tsx:423
Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object
TSelected
ReactNode
selector: (state) => TSelected;Defined in: react-table/src/createTableHook.tsx:428
TableState<TFeatures>
TSelected