DHTML

FacebookTwitter
While the web design community gradually moves away from using tables to lay out the structure of a page, tables really do have a vital use, their original use; they're for laying out tabular data. For instance, imagine a table of employees. Pretty simple. But if you saw that table in a client-side application, you'd expect to be able to click on the headers and have the table sort, would you not? I know it always annoys me when you can't. http://www.kryogenix.org/code/browser/sorttable/

sorttable: Make all your tables sortable

Updated March 2nd 2007 If you like this code, I sincerely recommend that you take a look at the DOMAssistant JavaScript library. The web is littered with full-blown JavaScript libraries who say they will save your day and make your web development life much easier.

EJ - The only JavaScript library you’ll ever need - Robert’s talk

http://robertnyman.com/2006/11/07/ej-the-only-javascript-library-youll-ever-need/