If I clear rows from the table then add more rows, I call tablesorter
again:
$('#myTable').tablesorter();
When I try to sort,then I got javascript runtime error.
There doesn't seem to be a way to clear the tablesorter before
reloading it with the new table results.
Any suggestions?
Thanks in advance.