rivo / tview

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

No Row Borders (but Yes Column Borders)? #1009

Open aronchick opened 2 months ago

aronchick commented 2 months ago

Basically the title :)

I'd love to have the option to not do a separator between rows, but yes have a separator for the columns. But still have a header borders?

Basically this (it's the default from Rich, the python library):

CleanShot 2024-07-16 at 13 02 02

rivo commented 1 month ago

For tview, this would basically mean borders for individual cells. Or at least for the fixed cells. It looks nice but it would be a significant change of the Table codebase. I'm giving this a label and will come back to it at a later time.