mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #618] Table scrolling allows current selection to go out of view #456
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#456
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 @liwnn on GitHub (Jun 9, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/618
Could you add an option to Table that allow current selection scroll out of view like TreeView?
@rivo commented on GitHub (Aug 7, 2021):
I added this option but for now, it's still in a separate branch (see #634) which I'm still testing. It should be merged into the master branch soon, though.
But feel free to use the branch and send me any feedback you may have.
@liwnn commented on GitHub (Aug 10, 2021):
I have tried it and it works well