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 ca2558b commit 660c5ecCopy full SHA for 660c5ec
packages/main/src/components/AnalyticalTable/TableBody/VirtualTableBody.tsx
@@ -180,11 +180,12 @@ export const VirtualTableBody = (props: VirtualTableBodyProps) => {
180
) {
181
updatedHeight += subComponentsHeight?.[virtualRow.index]?.subComponentHeight ?? 0;
182
}
183
+
184
return (
185
// eslint-disable-next-line react/jsx-key
186
<div
- ref={rowVirtualizer.measureElement}
187
{...rowProps}
188
+ ref={rowVirtualizer.measureElement}
189
style={{
190
...(rowProps.style ?? {}),
191
transform: `translateY(${virtualRow.start}px)`,
0 commit comments