We have a table view that's user sortable (table column heading clicks) but the sort settings disappear when Search exposed filter is applied.

Steps to reproduce:

Create a view with a Table style
Make some columns Sortable (column headers clickable)
Create some exposed filters (search/select lists)
Sort by clicking on one of the column headers (watch the url is updated and all looks fine)
Now click on the Apply button for the exposed filters and see the "sort" and "order" parameters in the url disappear, i.e. sorting disappears

Shouldn't the exposed filter Apply button carry over the sorting?

CommentFileSizeAuthor
#1 1259386-exposed-table-sort.patch683 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

This kind of patch should work on drupal7, but it doesn't.

jvdurme’s picture

rumpus.brannigan’s picture

I now tried that patch (adapted it to 6.x-2.12) but to no avail. But looks like http://drupal.org/node/1188828#comment-4712450 in your thread is mentioning the exact same problem with sort order disappearing.

Still looking for a solution.

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)