[jQuery] jQuery plugin: tableSorter update.

[jQuery] jQuery plugin: tableSorter update.

Way to go Christian! Good for you!
<!----------------//------
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: Tuesday, July 11, 2006 3:45 PM
To: jQuery
Subject: [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/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/




















































    • Topic Participants

    • andy