hello i am having a problem with dynamically added rows to jquery tablesorter,
i have to add a row in the beginning of the table, by default the tablesorter works fi
These lines worked perfectly for me. After assigning HTML just trigger the update function of table.
$('#tblID').html(str); $("#tblID").trigger("update");
where #tblID is the table ID and str is the html of table rows assigned to table.
#tblID
str