tview icon indicating copy to clipboard operation
tview copied to clipboard

Request: Expose table visiblity variables

Open JackJ30 opened this issue 6 months ago • 2 comments

I'm writing my own selection system for the table, and it would be really useful to have table visibleRows and visibleColumnIndices exposed.

Thank you

JackJ30 avatar Jul 04 '25 19:07 JackJ30

Can I ask what your own "selection system" does that is currently not supported by tview?

rivo avatar Aug 27 '25 15:08 rivo

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.

JackJ30 avatar Aug 30 '25 20:08 JackJ30