我在同一個表中有兩個不同的tbody。我只想在第一個tbody上使用臺式分揀機。有沒有辦法跳過單獨使用tablesorter第二個tbody?禁用對具有多個tbody的表的某些tbody應用表分類器
<table>
<tbody id="1"></tbody> /* Apply table sorter for this tbody */
<tbody id="2"></tbody> /* Don't Apply table sorter for this tbody*/
</table>