Sortable tables in pure DHTML. Cool stuff.
Posted to JavaScript by Simon Brunning at November 04, 2003 03:17 PMVERY cool. If you can use JSP Tags, the Display Taglib (http://displaytag.sourceforge.net/) does this and more - it also handles paging of largew tables and CSV, XML and Excel export for free!
Posted by: sam on November 4, 2003 03:45 PMJSPs run server side, not client side, so this isn't *quite* the same thing. But still, a very handy taglib - I'll look into it. The variety of export formats looks particularly useful. Thanks, Sam.
Posted by: Simon Brunning on November 4, 2003 03:54 PM