Display all tables on the left pane of phpMyAdmin

You can simply add this function in your config file and set it to a maximum number.

$cfg['MaxNavigationItems'] = 100

For more details, check out the documentation here.