I made one field sortable (the last one), and it did not work.
There was an excluded field (excluded from display) before the last field. When i replaced the two fields, it started to work, it seems the module should check for Exclude from display setting somewhere and respect it.

Comments

rooby’s picture

Status: Active » Fixed

Thanks for catching that one.
Previously, the sort arrays in the format that the tablesorter plugin expects were built when saving the style settings form.

Now they are built when the view is displayed, which covers fields that were marked excluded since you last saved the style settings.
In addition, excluded fields will no longer display on the style settings form.

Fixed.
http://drupal.org/cvs?commit=424406

A new release will come in a day or two.

rooby’s picture

Re #1:

In addition, excluded fields will no longer display on the style settings form.

This was a bad idea that caused other bugs. I have changed it back so all fields display on the style settings form.
http://drupal.org/cvs?commit=424824

rooby’s picture

And another one :(

The templates $col_count variable was being incorrectly calculated when excluded fields were involved.

Now fixed also.

http://drupal.org/cvs?commit=425930

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.