[GH-ISSUE #647] Feature request: table.SetBorders(horizontal, vertical bool) #473

Closed
opened 2026-03-04 01:05:18 +03:00 by kerem · 1 comment
Owner

Originally created by @treesong on GitHub (Sep 14, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/647

Table is used frequently to select by table row, table.SetBorders(horizontal=true, vertical=false) could get more nice look

Originally created by @treesong on GitHub (Sep 14, 2021). Original GitHub issue: https://github.com/rivo/tview/issues/647 Table is used frequently to select by table row, table.SetBorders(horizontal=true, vertical=false) could get more nice look
kerem closed this issue 2026-03-04 01:05:18 +03:00
Author
Owner

@rivo commented on GitHub (Sep 27, 2021):

I'm not sure this is a very common request. If you need to modify the default behaviour of Box (which is also the superclass of Table), you can use SetDrawFunc().

<!-- gh-comment-id:927784381 --> @rivo commented on GitHub (Sep 27, 2021): I'm not sure this is a very common request. If you need to modify the default behaviour of `Box` (which is also the superclass of `Table`), you can use [`SetDrawFunc()`](https://pkg.go.dev/github.com/rivo/tview#Box.SetDrawFunc).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#473
No description provided.