Using jQuery tableSorter on dynamically modified table

前端 未结 4 1550
眼角桃花
眼角桃花 2020-12-09 09:17

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

4条回答
  •  北海茫月
    2020-12-09 09:43

    I believe you can trigger an update using something like:

    $(table).trigger("update")
    

提交回复
热议问题