I have several columns on my list page. I can't really see how all the items are sorted. I want to sort them by default on one column (Name) and then alphabetticaly. How do I dot that?
I have several columns on my list page. I can't really see how all the items are sorted. I want to sort them by default on one column (Name) and then alphabetticaly. How do I dot that?
You need to edit the mysql query and just after the last line put ORDER BY Name you can then add other fields on to that seperated by a comma ORDER BY Name,column2,column3