How to skip table sorting in phpmyadmin

喜你入骨 提交于 2020-01-14 07:21:41

问题


As the default setting the table showed unsorted. If I eventually click any column the table will be sorted by ascending of this column. Everything what I can do later on is to pick another column or change the ordering direction (from ascending to descending and vice versa)

I can not figure out how to skip ordering at all.


回答1:


From the phpMyAdmin home page, go to Settings > Main panel > Browse mode (or Settings > Main frame for old versions), and uncheck the option Remember table's sorting, then click Save.

Then when browsing a table you can sort the columns as usual, but clicking Browse again will remove the sorting.

Tested on versions 3.5.2.2 and 4.0.10.14.



来源:https://stackoverflow.com/questions/26037385/how-to-skip-table-sorting-in-phpmyadmin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!