Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to resize column in chrome dev tools Resources

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

like image 574
Gideon Sassoon Avatar asked Jul 28 '17 20:07

Gideon Sassoon


People also ask

How do I expand all elements in Chrome?

You can use Alt + Click in the Elements Panel to expand all child nodes.

How do I enable the dock side in Chrome?

You can also change the Chrome DevTools dock position. You can either undock into a separate window, or dock it on the left, bottom, or right side of the browser. The dock position can be changed by pressing Cmd + Shift + D ( Ctrl + Shift + D ) or through the menu.


1 Answers

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.
like image 82
appacea Avatar answered Oct 17 '22 18:10

appacea