mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #238] Stuck at table end #183
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#183
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 @gh0st42 on GitHub (Feb 20, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/238
Shouldn't
trackEndalso be set to false ifSetOffsetis called on a table?github.com/rivo/tview@b373355e9d/table.go (L370)After scrolling to the end of a table or calling
ScrollToEndI am stuck there unless I callScrollToBeginning. Am I missing any function I should call to scroll "up" one row again?At the moment I'm using the following hack:
@rivo commented on GitHub (Mar 8, 2019):
That's right. Thanks for spotting this. The latest commit should fix this.