When you sort it applies a class to the <th> of either headerSortUp or
HeaderSortDown I believe. You should be able to do something using the
triggers (http://tablesorter.com/docs/example-triggers.html) to determine
which headers have either of those classes, then add that class to equally
positioned <td>s in each <tr>. It's a hack but it would work...

stephen

On Tue, Sep 16, 2008 at 11:33 AM, chovy <[EMAIL PROTECTED]> wrote:

>
> Is there a way to apply a class to the table cells of the sorted
> column?
>
> I want to have the sorted column to have a class="sorted" on each of
> it's table data cells.
>

Reply via email to