I have recently been experimenting with the tablesorter plugin for jQuery. I have successfully got it up and running in once instance, and am very impressed. However, I have tri
Have you tried calling
$("#myTable").tablesorter();
after the code where you handle the click on tab and repopulate the table??? If not, just give it a try.