Describe the bug
I have a virtualized table inside a Dockview layout, along with another view (e.g., a Chart). I’ve set renderer: "always".
Everything works fine if I scroll down in the table, switch to the Chart view, and then return to the table—the data remains visible as expected.
However, if I repeat the same steps but zoom in or out while on the Chart view, when I return to the table, the data is still present but no longer visible.
Screenshots
As you can see in the screenshot, if I just scroll a bit, the data comes again, but why did it disappear in the first place even with renderer set as "always"?
Desktop:
- Browser - Chrome
- Version - Version 146.0.
Additional context
I'm using tanstack table with tanstacks virtualization with Dockview's latest version which is 5.2.0
Describe the bug
I have a virtualized table inside a Dockview layout, along with another view (e.g., a Chart). I’ve set
renderer: "always".Everything works fine if I scroll down in the table, switch to the Chart view, and then return to the table—the data remains visible as expected.
However, if I repeat the same steps but zoom in or out while on the Chart view, when I return to the table, the data is still present but no longer visible.
Screenshots
As you can see in the screenshot, if I just scroll a bit, the data comes again, but why did it disappear in the first place even with renderer set as
"always"?Desktop:
Additional context
I'm using tanstack table with tanstacks virtualization with Dockview's latest version which is 5.2.0