Defined in: createTableHook.tsx:313
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: createTableHook.tsx:320
children: (cell, state) => ReactNode;
Defined in: createTableHook.tsx:321
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
TSelected
ReactNode
selector: (state) => TSelected;
Defined in: createTableHook.tsx:326
TableState<TFeatures>
TSelected