simonkrauter/NiGui

Does NiGui have a table view?

ShiHuang-ESec opened this issue · 4 comments

If so, can you give an example of how to do this?

No, so far there is no table view or list view.

For windows you could use wnim: https://github.com/khchen/wNim
For crossplatform you could use gintro: https://github.com/StefanSalewski/gintro

both have table view.

Well for very simple uses, textarea() can be used like a terminal and works easily with terminaltables output.
Not recommended for the general case ofc but sometimes the needs are simple and the tools can be simple too :)
My thanks to @trustable-code for making such a concise beautiful app in nigui!

table

Is there a chance that NiGui will get table view?