Hi,
I allready posted here for this problem:
http://drupal.org/node/666870#comment-4075086
But I am not sure, if it is the right place for this question:
I use a view with several exposed sorts. View is in table style. I hide the asc/desc drop down with css (display: none).
Each field in this exposed sort has its own sort order (asc or desc). If I open the page which contains the view, everything is as espacted.
But, if I change the sorting now using the "exposed sort drop down", the sort order of the first exposed sort-field is assigned to all exposed fields.
Is there a way to keep the sort order for each field when changing the sorting with the exposed sort-drop down?
Comments
Comment #1
nirbhasa commentedI hid the asc/desc select through the exposed filter template file, with similar results. It seems to me that whatever is selected for the asc/desc select overrides the the sorting set for each field (as you would expect).
One idea might be to have a checkbox in the exposed filter settings to hide the asc/desc select, which would effectively set that sort to 'any' and let the sorting set for the fields take precedence.
Comment #2
mustanggb commented