Remove jQuery tablesorter from table

后端 未结 4 388
星月不相逢
星月不相逢 2020-12-11 15:18

I am using the jQuery tablesorter (http://tablesorter.com).

After being applied to a table by $(\'#myTable\').tablesorter(), how can I remove it again f

4条回答
  •  温柔的废话
    2020-12-11 16:12

    Latest version of table sorter library provides Destroy method

    From version 2.16 destroy() method has been added in table sorter library, use this method to remove tablesorter from the table.

提交回复
热议问题