rivo/tview

No Row Borders (but Yes Column Borders)?

Opened this issue · 2 comments

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

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.

thanks for your consideration!