webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.19k stars 322 forks source link

Indication/visualization of sort order #1809

Open atulwy opened 9 years ago

atulwy commented 9 years ago

Original issue 1809 created by webyog on 2012-06-21T11:22:28.000Z:

If you do a multi-column sort you will see arrow-up or arrow-down symbols, but the sort order is not visualized. I think we should a way to visualize sort order. Maybe in status line?

(in DATA tab you can see the query in HISTORY, but in RESULT tab there is no way)

atulwy commented 9 years ago

Comment #1 originally posted by webyog on 2012-06-21T11:23:44.000Z:

also see 1807

atulwy commented 9 years ago

Comment #2 originally posted by webyog on 2012-06-21T12:12:41.000Z:

Common implementation proposal for 1807 and 1809:

Add an icon similar to the 'filter' icon we have. If no filter is applied it will be greyed out. If a filter is applied it will enable. Clicking it will 'unsort'. In enabled state a tooltip will display on mouse hover showing sort order ( like "sort order: col7 asc, col2 desc")