Please see the version 0.9.5 blog post
I’ve started putting together all my MooTools widgets in one place. I’ve kicked it off with a pretty handy MooTools table sorter. TableSorter is a high-configurable class for resorting data tables by column. It also comes stock with a handy-dandy pagination system. Other sorters work with whats already in the DOM, but TableSorter sends a request back to the server each time an action (sort or page) is performed. This makes TableSorter ideal for large sets of data.
Check out TableSorter and let me know what you think.
Tags: javascript, mootools, open source, widget