When you select 8 cylinders, the scrollbar appears but then disappears after the table re-renders without the selection.
I tried to style html to have overflow: scroll, but didnβt work.
So my workaround for now is to add giant white-space footer, that makes scrollbars to appear on any screen.
Hi,
That sounds like a problem!
What browser are you using? I tested this in Safari and Chrome on MacOS and did not see this behavior. My browser window reserves the spot for the scrollbar it seems (probably a setting I have somewhere, but perhaps that is actually the default behavior).
But I got your idea, that I can remove width from the equation. Maybe by storing initial width and use it, sacrificing window resize rerenders.
Something like this: