Defined in: types.ts:603
Props for AppCell component — without selector.
TFeatures extends TableFeatures
TData extends RowData
TValue extends CellData
TCellComponents extends Record<string, TableComponentType>
cell: Cell<TFeatures, TData, TValue>;Defined in: types.ts:609
children: (cell) => unknown;Defined in: types.ts:610
Cell_Core<TFeatures, TData, TValue> & ExtractFeatureMapTypes<TFeatures, Cell_FeatureMap> & TCellComponents & object
unknown
optional selector: undefined;Defined in: types.ts:614