mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #455] Table: modified selected row when scrollup/down if last/frist row is selected #326
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#326
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 @Chen-Haohuang on GitHub (Jun 5, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/455
When I select the first/last row showed in table, I can't scroll down/up.
Maybe you can try this in Table.MouseHandler
@Chen-Haohuang commented on GitHub (Jun 5, 2020):
Additionally, I think we need to really select the cell (other than just TUI show selected) when we click the cell.
@rivo commented on GitHub (Sep 15, 2020):
I don't understand any of what you're writing here. What is that code? You're using global variables that don't exist in my package (e.g. "WheelRight"). Where did you take this code from?
Please explain your problem with
tviewfirst before offering any "solution" code. It would be best if you posted brief example code that illustrates where things are not working like you expect them to.@rivo commented on GitHub (Jan 11, 2021):
If this topic is still relevant, please open a new issue with your answer and reference this one.