我需要通过点击标题来排序表。我可以使用仅使用原生js 。
<table>
<tr>
<th>First Name</th>
<th>Date of Birth</th>
<th>Salary</th>
</tr>
名字(约翰) - 排序文字。 日期(1984年7月23日) - 排序日期。 薪水($ 69000) - 排序编号。
答案 0 :(得分:0)
你想用本地的js说什么? ..不是插件? 您可以查看已发布的问题Sort a table fast by its first column with Javascript or jQuery
答案 1 :(得分:0)
您可以尝试DataTables。它可以根据Tables标题进行排序,也有其他选项,请查看站点中的示例。