10

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?

an image of my realm

Gideon Sassoon
  • 544
  • 1
  • 9
  • 29
  • 1
    I 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 Answers1

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):

  1. Zoom out using Cmd+-
  2. 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