mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[GH-ISSUE #1102] Request: Expose table visiblity variables #800
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#800
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 @JackJ30 on GitHub (Jul 4, 2025).
Original GitHub issue: https://github.com/rivo/tview/issues/1102
I'm writing my own selection system for the table, and it would be really useful to have table
visibleRowsandvisibleColumnIndicesexposed.Thank you
@rivo commented on GitHub (Aug 27, 2025):
Can I ask what your own "selection system" does that is currently not supported by
tview?@JackJ30 commented on GitHub (Aug 30, 2025):
I wanted to control the selection highlight for stuff like box selections and keeping a highlight of the row or column when using the opposite selection mode. Also I wanted the table to scroll before the very bottom of the table was selected.