I'd like to take advantage of the new "bind" event functionality that has been added to tableSorter to;
a) clear the column cache on a table b) toggle (disable/enable) the sort event on table header clicks. Is this possible to do with the BASE (unmodified) distribution of the plugin? I see that there's been some recent SVN activity & am still unclear on implementing the custom event binding. The reason I'd like to remotely clear the cache is to pickup on changes made to table rows via my in-place tableEditor plugin (http://dev.iceburg.net/jquery/tableEditor/demo.php). Further, it would be nice to be able to only clear (or update) the cache of changed row(s). As for disabling/enabling sorting on the table -- I'd like to disable sorting when a user chooses to edit a row(s), and re-enable sorting when they save. With earlier versions of the tableEditor plugin I've had to rely on kludgey modifications of tableSorter to accomplish these needs. I'm hoping that they can be accomplished via the new flexible bind interface to make maintenance & integration more seamless? Thanks for the tips! ~ Brice _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
