Multi-Column sort with a fixed 1st column sort order.
Multi-Column sort with a fixed 1st column sort order.
![AKWintermute](https://secure.gravatar.com/avatar/cdb6379f4c8fd54cbacd4006578cad86/?default=https%3A%2F%2Fvanillicon.com%2Fcdb6379f4c8fd54cbacd4006578cad86_200.png&rating=g&size=120)
I'm trying to allow sorting on a table, but I need the table to always be sorted by a particular column first, then the selected column. So with columns A, B, C, D. If a user clicks on C, I need the sort to be A then C. Preferably they would still be able to sort A asc/desc and when clicking C it would be A , C. Couldn't find anything in search that resembled this.
This discussion has been closed.
Replies
aaSortingFixed is the option you want for this :-)
Allan