SuperTable Javascript API for HTML Tables
What is SuperTable?
SuperTable is an Object-Oriented Javascript API for dynamically manipulating HTML tables. Features include column sorting, row filtering, pattern-based cell/row styling, auto-numbering sequence column, auto-hyphenation, and more. So far, SuperTable has only been tested with IE5+,NS6+, and Mozilla1+.
I found SuperTable to be useful in so many ways that I decided to release it on Sourceforge for others to use.
License Information
I chose to license SuperTable under the Lessor GNU Public License because I want developers to be able to use it in commercial projects (not just open source) while preventing others from directly profiting from it by reselling it (at least I hope this is what the LGPL license does for me).
CSS2 Used Here
Due to a lack of time to create a custom design for the SuperTable home page, I decided to borrow code from the Devedge.Netscape site.
The Devedge.Netscape site features an great implementation of the CSS2 standards which you can read about in "Netscape DevEdge Redesigns As Standards Showcase".
For details on Devedge.Netscape's CSS strategy, check
out "Netscape
DevEdge Redesign: CSS".
For details on Devedge.Netscape's Javascript code,
check out "Netscape
DevEdge Redesign: JavaScript".