Need to see column names in phpMyAdmin when scrolling down

Greetings everyone,

I’m using phpMyAdmin. Is there a way to keep the column names always visible when scrolling down? That would help a lot.

Thanks for your time!

When viewing a table you’ll see an area that reads something like:

Show: Start row: x Number of rows: x Headers every x rows

You need to work out how many rows at a time will fit on the screen and then adjust the “Headers every x rows” to that number less one to ensure that the field names are always visible.

Hi SpacePhoenix,

thanks for replying. Yes, it was right in front of me but somehow I missed it or didn’t realize that headers meant column names.