Tablesorter update/sort problem

Tablesorter update/sort problem

Hi ,
I am trying to use the tablesorter plugin to append data to a table within Drupal. However, the table update doesn't seem to work first time. When I append data to the table the new data won't sort but the previously appended data will. My basic code is shown below. I seem to need to call table update again from another funstion before the new data can be sorted.

function(data) {
$("table tbody").append(data);
});
$("table").trigger("update");

I am a Jquery newbie so it may be something obvious but I've been tearing my hair out and google can't help. Any help much appreciated.

Cheers