在动态修改的表上使用jQuery tableSorter

问题描述:

我正在页面上使用jQuery tableSorter插件.

I am using the jQuery tableSorter plugin on a page.

不幸的是,正在排序的表是动态修改的,添加元素后进行排序时,该元素消失了,将表恢复到创建tableSorter时的状态.

Unfortunatley, the table that is being sorted is dynamically modified, and when I sort after adding an element, the element disappears, restoring the table to the state that it was in when the tableSorter was created.

有什么办法可以迫使tableSorter重新扫描页面,以便对这些新元素进行正确排序?

Is there any way that i can force tableSorter to rescan the page so that these new elements are sorted properly?

我相信您可以使用以下方法触发更新:

I believe you can trigger an update using something like:

$(table).trigger("update")