mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #1009] No Row Borders (but Yes Column Borders)? #731
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#731
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aronchick on GitHub (Jul 16, 2024).
Original GitHub issue: https://github.com/rivo/tview/issues/1009
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):
@rivo commented on GitHub (Jul 28, 2024):
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 theTablecodebase. I'm giving this a label and will come back to it at a later time.@aronchick commented on GitHub (Oct 16, 2024):
thanks for your consideration!