Page 1 of 1

Resize rows/columns in phpMyAdmin

Posted: Mon Jan 23, 2006 2:17 pm
by seodevhead
Does anyone know how I can go about resizing the row height and/or the column width when browsing a table's records? THanks!

Posted: Mon Jan 23, 2006 2:49 pm
by josh
You mean resizing the physical view on the page? I don't think there is a way in phpmyadmin other then opening up the source yourself. If you mean the max length on a field there should be an icon next to the field in structure view that will let you edit fields.

Posted: Mon Jan 23, 2006 3:45 pm
by raghavan20
If you want to see all data for every field, you have to fist go to Browse tab of the appropriate table and at the start of the results displayed, you can see a T like symbol with outward arrows (which mean expand table), if you click on then you would see all data displayed for each field with horizontal scrolling.

Posted: Mon Jan 23, 2006 4:31 pm
by seodevhead
Raghaven... that did it! Thanks a ton!