tview
tview copied to clipboard
Request: Expose table visiblity variables
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
Can I ask what your own "selection system" does that is currently not supported by tview?
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.