[jQuery] jQuery plugin: tableSorter update.

[jQuery] jQuery plugin: tableSorter update.

Hi!
First of all thanks a bunch all of you, for the great response!
Based on all the great feedback, the following changes will be made:
Constructor
--------------------------------------------------------------------
tableSorter(0) is history.
New and improved:
tableSorter({
    column: "name", // match the column of th and get the index.
    dir: "asc", // direction of "init" sorting.
    ascClass: "asc", // css class for th on asc sorting.
    descClass: "desc" // css class for th on desc sorting.
});
    
All of these "settings" will be optional, you will be able just to call
.tableSorter(). But it would result in no initial sorting.
Large data sets
--------------------------------------------------------------------
Figure out some way to handle massive data, perhaps introduce paging?
Caching
---------------------------------------------------------------------
Will be improved, Jörn made a great point of caching the different
sorting methods.
Code
---------------------------------------------------------------------
Clean it up and make it more sensible!
Hopefully all this will be in place, tomorrow night!
And once again thanks for all the feedback!
Best regards
Christian
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/