Sortable HTML Tables
A nice tutorial on creating sortable tables. Just by adding a class to a table.
A nice tutorial on creating sortable tables. Just by adding a class to a table.
I'm Jonathan Snook and I write about web design and development. I speak at conferences and I yammer on about what I'm having for lunch on Twitter. You can keep up to date with everything I blog here via the RSS feed.
Want to learn more?
TIPS, TRICKS & BOOKMARKS on WEB DEVELOPMENT
Conversation
I accidentily found this (old) post but sorting a table using the DOM is something I've never been able to fully implement. The number of issues I had with it made me look for something else, although the sorttable wasn't that bad at all.