Feature Request: Option to limit table height to at most X entries, adding an internal vertical scroll bar #1450
Gewerd-Strauss
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
If you've got the chops, you can pull this off via DVJS. There's a user on Discord that did exactly this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Large DV-tables often take up a lot of space. This is made worse when you need several panes open simultaneously, and as a consequence start folding text into 5,6,7, more rows in certain cells.
Describe the solution you'd like
Add the ability via a specific field (preferably) to set the maximum table height to X rows. Any additional rows are then hidden and become visible while scrolling in the table. Tables which exceed said X entries optionally may obtain a vertical scroll bar.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
This might be an alternative solution to the one outlined in #1257, which might be less intrusive as it merely relies upon scrolling, instead of "building" separate pages to display.
Thank you.
Sincerely,
~Gw
Beta Was this translation helpful? Give feedback.
All reactions