ontodev / sprocket

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Implement "vertical" view of single row #26

Closed jamesaoverton closed 2 years ago

jamesaoverton commented 2 years ago

When working with the IEDB API we have various tables that are very wide. We currently have to scroll far to the right to see everything, which is always awkward. I would like to be able to view single rows in a "vertical" format, so we scroll up and down instead of left and right.

One way we could implement this by adding a limit=1 option to the dropdown, and then using this vertical view when the limit=1. It would also be good to have some sort of button for each row (on the left?) which would set the limit=1 and correct offset to view this row vertically.

Two general notes:

  1. This is a step toward editing a single row using an HTML form.
  2. I really like the way that VisiData works, letting you "zoom in" on rows and even nested JSON structures.