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>;
Defined in: createTableHook.tsx:302
children: (cell) => ReactNode;
Defined in: createTableHook.tsx:303
Cell_Cell<TFeatures, TData, TValue> & UnionToIntersection<"columnGroupingFeature" extends keyof TFeatures ? Cell_ColumnGrouping : never> & UnionToIntersection<{ [K in string | number | symbol]: TFeatures[K] extends TableFeature<FeatureConstructorOptions> ? "Cell" extends keyof FeatureConstructorOptions ? FeatureConstructorOptions[keyof FeatureConstructorOptions & "Cell"] : never : any }[keyof TFeatures]> & Cell_Plugins<TFeatures, TData, TValue> & TCellComponents & object
ReactNode
optional selector: undefined;
Defined in: createTableHook.tsx:307