Defined in: createTableHook.tsx:296
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>;cell: Cell<TFeatures, TData, TValue>;Defined in: createTableHook.tsx:302
children: (cell) => ComponentChildren;children: (cell) => ComponentChildren;Defined in: createTableHook.tsx:303
Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object
ComponentChildren
optional selector: undefined;optional selector: undefined;Defined in: createTableHook.tsx:307