同じテーブル内に 2 つの異なる tbody があります。最初の tbody だけにテーブル ソーターが必要です。2 番目の tbody だけで tablesorter の使用をスキップする方法はありますか???
<table>
<tbody id="1"></tbody> /* Apply table sorter for this tbody */
<tbody id="2"></tbody> /* Don't Apply table sorter for this tbody*/
</table>