Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想结合以下
这个表格分类器
和这个融合表到 html 表
但经过 3 天的工作后,我决定最好寻求帮助。
提前谢谢了。
将此添加到<table>标签中:
<table>
<table id="myTable" class="tablesorter">
填充表格后将其添加到代码中:
$("#myTable").tablesorter();
工作示例