So I have an android project in which I am using realm. The issue being that my design has a lot of columns listed in one particular table. Sadly I can't seem to see all of them and I can't resize it is there a horizontal scroll I can use I'm not sure how to handle this?
Asked
Active
Viewed 1,427 times
10
-
1I know this is no help but I am in the same boat. It is pretty frustrating. – tricknology Oct 11 '17 at 22:51
-
I got around this by expanding the whole window to another monitor. It's a pain though because there is no horizontal scroll. I have to drag the entire window around. – tricknology Oct 11 '17 at 23:45
1 Answers
3
There's no horizontal bar, but you can use these two options to help read the db data (if you don't have an extra screen):
- Zoom out using Cmd+-
- You can perform SQL queries to select a subset of columns by clicking on the database icon and writing the query on the right panel.

David Rawson
- 20,912
- 7
- 88
- 124

appacea
- 59
- 1
- 2
-
Tried the zoom out option, still better than nothing… Thanks for the tip – Sylfo Mar 13 '20 at 15:12