Christian Bach wrote: > > A demo is located here: > http://cbach.jquery.com/demo.html >
Christian, This is too cool. The ability to sort checkboxes & selects is far out indeed -- and provides about all the utility we'll need in any implementation of tableSorter. I like the new bind event -- it's something that can trivially be expanded. As you know, I'm in the midst of working on an in-place AJAX editing of tableSorter tables. When a user finishes editing a row, I plan on either a) changing the bind event to reset the cache ONLY (not do a table resort UNTIL user clicks header) or [preferably] b) updating only that row's data in the column INDEX. Obviously B] is more efficient, especially with large datasets. In actuality I plan on extending the tableSorter object to provide the functionality of either a or b from the above through a new bind() event modelled after what you have already provided. If you have any thoughts, I'm all ears. Thanks again, ~ Brice -- View this message in context: http://www.nabble.com/tableSorter---where-has-that-guy-gone...-tf2510806.html#a7003394 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
