-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Is your feature request related to a problem? Please describe.
Currently, if I want to scroll horizontally, I have to filter or scroll vertically twice because the horizontal scroll bar is at the bottom of the view. The time/effort here can be exacerbated when a high number (or all) is chosen for rows per page.
Describe the solution you'd like
The columns view should fit above the bottom banner, with a vertical scrollbar to navigate only that section, so that the horizontal scrollbar is always visible.
Describe alternatives you've considered
It is possible to filter, but as discussed in #3603 (which this request may resolve in an alternative way), sometimes I am working with multiple nodes. It is also possible to change the order of the columns, but this is a regular occurrence, so having the horizontal scrollbar readily available instead of having to adjust the column ordering is still preferrable.