sunsean wrote: > One minor solution is to sort by the second column first, then sort by > the first column. As long as the sorts build on each other, this > should achieve the same effect. I'm not sure if TableSorter stores the > sorted result, or just sorts the original, but it would be an easy fix > to your problem. > > ~Sean
Unfortunately TableSorter can only think about one column at a time, which is the core problem. I'm not sure if it stores the result of the sort or the data to be sorted, but it does have some variety of data caching. This cached data, however, does not appear to be reachable from within the sort routine, which appears to be unaware of anything in the outside world. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
