Tablesorter question

Tablesorter question


I have a simple question. Is it possible to somehow reinitiate the
tablesorter plugin?
What I mean eg. I have a table and the contents in <tbody> are loaded
via ajax. After the load i call the tablesorter().
But the contents of <tbody> can be changed (2 rows added, 1
removed...), is there a way to somehow reinitiate the plugin. When I
try to call the plugin one more time, the contents in <tbody> are
duplicated.