simonkrauter / NiGui

Cross-platform desktop GUI toolkit written in Nim
MIT License
718 stars 50 forks source link

Does NiGui have a table view? #146

Open ShiHuang-ESec opened 2 years ago

ShiHuang-ESec commented 2 years ago

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

simonkrauter commented 2 years ago

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

enthus1ast commented 2 years ago

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.

ckharri commented 2 years ago

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

Sznymo commented 1 year ago

Is there a chance that NiGui will get table view?