On 08/06/2013 10:10 PM, J. M. wrote:
https://sourceforge.net/p/phpmyadmin/discussion/Hilfe/thread/cac7953a/
Somebody on the German Help forum wants to know:
by default, I call PMA 4.05 with: /phpmyadmin/db_structure.php?db=xyz
How can I automatically expand the table tree in the left column? I always have to click the tiny small [+] sign to view the tables.
Can't think of anything other than a hack:
AJAX.registerOnload('functions.js', function () { $('#pma_navigation_tree') .find('> div > ul > li > div > .expander') .click(); });