You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As long as the vertical space taken by the number of rows > height of the container, everything is fine. But if the vertical space taken by the number of rows < height of the container, then all the rows expand to fill the space which of course looks terrible.
Here's how it looked before:
Hows how it looks now:
I've managed to reproduce it here by setting the height of the container to 800px. One can see how the rows have expanded to fill the space:
Ive not been able to fix this in CSS. Any clues as to how this can be handled?
The text was updated successfully, but these errors were encountered:
I recently moved to the latest version, and am facing a rendering issue when the container around the table is a fixed height to enable vertical scrolling. I'm using the code from this story https://react-table-library.com/?path=/docs/features-fixed-column--vertical-scroll.
As long as the vertical space taken by the number of rows > height of the container, everything is fine. But if the vertical space taken by the number of rows < height of the container, then all the rows expand to fill the space which of course looks terrible.
Here's how it looked before:
Hows how it looks now:
I've managed to reproduce it here by setting the height of the container to 800px. One can see how the rows have expanded to fill the space:
Ive not been able to fix this in CSS. Any clues as to how this can be handled?
The text was updated successfully, but these errors were encountered: