Browsing articles tagged: Tablesorter

Permalink to Creating A On-The-Fly Sortable Table With PHP, MySQL & jQuery

Creating A On-The-Fly Sortable Table With PHP, MySQL & jQuery

On 12.19.2008 by Paul Robinson | 20 comments

So a few people have contacted me asking me how to create a table that sorts without contacting the MySQL server again. Well it’s simple, I use a extremely powerful jQuery plugin called TableSorter 2.0 made for jQuery by Christian Bach. The hard part is integrating it into your data which is probably generated by [...]