tablesorter 2.0 released
I just released the 2.0 version of tablesorter.
Here are the highlight for this release:
* Multi-column sorting
* Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily
* Support for ROWSPAN and COLSPAN on TH elements
* Support secondary “hidden” sorting (e.g., maintain alphabetical sort when sorting on other criteria)
* Extensibility via widget system
* Small code size (7,4kb packed)
* Documentation
Get it all at http://tablesorter.com
tablesorter 2.0 beta released!
After another late night, fixing a few bugs, the code is finally ready for it’s first beta release.
The main new features include:
* Multi-column sorting
* In-line support for setting options done via the class attribute on the TH elements.
* The plugin has been re-written from scratch.
* Support for rowspan and colspan on TH elements.
* New widget support, more information in the docs.
Hopefully this will take care of all the issues that was related to the 1.x