Table Editor + View Modes #47535
Unanswered
gpstx1234
asked this question in
Feature Requests
Replies: 0 comments
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.
-
In table editor add view modes that make it much easier to navigate big tables that control the column width based on several factors
modes: (normal mode is as is)
Compact:
-makes any row that has nothing in any cell on this page to the shortest width possible based on table header
- makes uuid columns show up as xxxxx...xxxxx so you can quickly identify by first and ending numbers but don't need a giant row
Expanded:
- makes row expand to fit the longest value up to x characters in that row
and/or make it smart and open in compact mode, but when you click on anything in a specific smartable column it expands to show the full column like uuid or date/time
Also make it usable to move column rows in the viewer only and have it remember those changes and show them as sort does, so if you add a column that way at the right side you can move to the left for easy access or open when comparing 2 columns for issue when in dev mode.
horizontal scrolling is the most painful repetitive action because it is fixed at slow speed on most devices
smartable columns would be uuid, date/time, because you can always make them compact or view short in and change back and forth easily

Beta Was this translation helpful? Give feedback.
All reactions