We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab29e4f commit 1a341ddCopy full SHA for 1a341dd
packages/main/src/components/AnalyticalTable/TableBody/VirtualTableBody.tsx
@@ -34,7 +34,6 @@ interface VirtualTableBodyProps {
34
manualGroupBy?: boolean;
35
subRowsKey: string;
36
scrollContainerRef?: MutableRefObject<HTMLDivElement>;
37
- subComponentsBehavior: AnalyticalTablePropTypes['subComponentsBehavior'];
38
triggerScroll?: TriggerScrollState;
39
scrollToRef: MutableRefObject<ScrollToRefType>;
40
rowVirtualizer: Virtualizer<DivWithCustomScrollProp, HTMLElement>;
0 commit comments