[jQuery] plugin: tableSorter *update*

[jQuery] plugin: tableSorter *update*

Initial load time is quite steep. Upwards of 20 seconds for me.
I can't click any of the headers to sort (IE/PC). I don't even get an
indicator that I can click.
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On
Behalf Of Christian Bach
Sent: Thursday, July 13, 2006 6:41 AM
To: discuss@jquery.com
Subject: [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/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/















































    • Topic Participants

    • andy