rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.13k stars 575 forks source link

Allow scrolling up for content that is taller than the console? #1038

Open aronchick opened 1 month ago

aronchick commented 1 month ago

Hi--

I have a table that prints out that is taller than the console height. Is there a way to allow scrolling up and down while it is updating?

rivo commented 1 month ago

Almost all Table demos in the package show tables with more content than screen space. Scrolling works in all those demos. I'm not sure what you're asking or what you mean by "while it is updating". Maybe you can post a brief code example that illustrates the problem you're having?