[jQuery] Tablesorter: default (not initial) sort order for a column

[jQuery] Tablesorter: default (not initial) sort order for a column


Using the Tablesorter plugin, I would like to be able to force
ascending or descending ordering on a column whenever it is clicked
after the table was previously sorted by another column. For example,
suppose that at some point in time column A is sorted ascending and
then I go and sort by column B. When I come back and sort on column A
again, it will sort descending because it was previously sorted
ascending. But I want column A to be sorted ascending, and only have
it sort descending if the user clicks on the column header a second
time.
Thanks.