[jQuery] plugin: tableSorter *update*
Hi!
First of all i would like to thanks you all for all the great feedback and
support.
After a loooong night there is now a new improved version of the tableSorter
plugin.
There has been some changes to the constructor, the following parameters now
work and are optional.
$(element).tableSorter({
// limit for max rows to retun to the table. All rows are sorted!
rowLimit: 200,
// custom class name for headers (th's)
cssHeaders: "largeHeaders",
// custom class for ascending sorting
cssAscending: "sortUp",
// custom class for descending sorting
cssDescending: "sortDown"
});
A new demo page is available here:
http://motherrussia.polyester.se/jquery/_dev/tablesorter/
Is there something i have forgotten?
Note: Sorting on dates is not yet implemented.
Best Regards
Christian
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/