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
Run this, tab over to the DataTable and try scrolling down. If the DataTable has greater height than the terminal, it will scroll, but there will be 3 rows off screen, at the bottom. The Input widget takes up 3 rows, so that might be a clue.
The DataTable has a height of auto. i.e. it will grow as you add rows. It has a max-height of 100%, which will mean it won't grow larger than the height of the container.
If you want the DT to use the remaining height, set its height to 1fr.
Hi, it appears to me the DataTable widget has an issue with calculating its height.
Here's a MRE:
Run this, tab over to the DataTable and try scrolling down. If the DataTable has greater height than the terminal, it will scroll, but there will be 3 rows off screen, at the bottom. The Input widget takes up 3 rows, so that might be a clue.
The text was updated successfully, but these errors were encountered: