I am using the jQuery tableSorter plugin on a page.
Unfortunatley, the table that is being sorted is dynamically modified, and when I sort after adding an element, t
I believe you can trigger an update using something like:
$(table).trigger("update")