mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #155] BUG(maybe): full row selection not implement full row #123
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#123
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/155
light-blue - table border. maybe full row selection need from leftborder to right border?
@rivo commented on GitHub (Aug 12, 2018):
I'm sorry but I don't understand what you are asking here. Could you include a short code snippet that illustrates the problem?
@askovpen commented on GitHub (Aug 12, 2018):
selection bar have not full row. only where text.
@rivo commented on GitHub (Aug 17, 2018):
Please provide some example code. It's not clear to me what your problem is.
@joegrasse commented on GitHub (Aug 20, 2018):
@rivo Maybe what @askovpen is trying to say is that they want the highlight on the row to go from the left blue border to the right blue border. Not sure why you would want that. Seems better to have the table fill the box width.
@rivo commented on GitHub (Aug 21, 2018):
Thanks for pointing this out. I would say that if one wants to extend the highlight, there are ways to do that, e.g. use
SetExpansion()on the last column (but it might cause problems with alignment) or create another, "invisible" column withSetExpansion()set to 1. But I agree that doing this by default is not what everybody would want.