Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve row "trackability" when scrolling #55

Open
nilshg opened this issue Jul 15, 2020 · 1 comment
Open

Improve row "trackability" when scrolling #55

nilshg opened this issue Jul 15, 2020 · 1 comment

Comments

@nilshg
Copy link

nilshg commented Jul 15, 2020

I currently find it very hard to read wide tables in TableView as I lose my bearing on which row I'm looking at when scrolling. I have two suggestion for improving this:

  1. Making the Row colum a fixed column that exists "outside" the table, in the same way the column headers do - I think I originally suggested this when submitting the feature request on the row numbering column, so there might be reasons for not doing this

  2. Extend the cell selection frame (the little blue border box around a cell that appears when clicking on a cell) to the whole row - it seems to me like just selecting a single cell to highlight offers few benefits to the user, while selecting a row in that way would allow keeping a row highlighted when scrolling horizontally.

baumgold pushed a commit to baumgold/TableView.jl that referenced this issue Mar 22, 2021
pfitzseb added a commit that referenced this issue Mar 23, 2021
#55 enable multiple row selection by default
@pdeffebach
Copy link
Contributor

This seems fixed, right?

One other thing, new rows aren't highlighted while scrolling down. Maybe we can make "Enter" highlight the whole row?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants