Thursday, December 11, 2008

Web Table Sorting (Without the headache)

Most web developers at one time or another are going to run across a medium sized table they want to sort. Sure, you can do this with PHP and send parameters clicking on each header but why? You can use a little jQuery plug in called table sorter to get everything you need without any significant overhead.



Christians website has some really great tutorials and sample code. If you're not using jQuery I suggest you give it a shot. I've been using it for some time and it allows you to work considerably faster. I've used this on a few projects now and ever user has been happy with the results.

No comments: