Unable to resize column in chrome dev tools Resources

1.5k Views Asked by At

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

1

There are 1 best solutions below

1
On

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.