Replies: 1 comment 4 replies
-
You can render it with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've implemented a pseudo-console panel inside my
Live
layout. It's based on aTable.grid
. As the user changes the terminal height or new items (rows) being added, they move beyond the viewport of the panel so to speak.Is there a way I can grab dynamically the current height of the renderable so that I can do calculations and only show the appropriate portion of the rows?
Beta Was this translation helpful? Give feedback.
All reactions