mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #154] FR: customize table selection FG/BG colors #122
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#122
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 @askovpen on GitHub (Aug 8, 2018).
Original GitHub issue: https://github.com/rivo/tview/issues/154
plz add option to customize foreground/background color of selected cells.
@rivo commented on GitHub (Aug 12, 2018):
Please let me know in which case this is needed and how the current implementation is insufficient for you. It would be good if you could include an example, maybe a screenshot or code.
@askovpen commented on GitHub (Aug 12, 2018):
I have:
i want:
@rivo commented on GitHub (Sep 5, 2018):
Apologies for the late response. It was a pretty busy time for me.
Anyway, I've added a new function
Table.SetSelectedStyle()which should achieve what you're trying to do.