我需要通过单击标题来排序表。我只能使用本机 js。
<table>
<tr>
<th>First Name</th>
<th>Date of Birth</th>
<th>Salary</th>
</tr>
名字(John) - 对文本进行排序。 日期(1984 年 7 月 23 日)- 排序日期。 薪水($69000) - 排序号码。
我需要通过单击标题来排序表。我只能使用本机 js。
<table>
<tr>
<th>First Name</th>
<th>Date of Birth</th>
<th>Salary</th>
</tr>
名字(John) - 对文本进行排序。 日期(1984 年 7 月 23 日)- 排序日期。 薪水($69000) - 排序号码。
你想对原生 js 说什么?..不是插件?您可以检查已发布的问题使用 Javascript 或 jQuery 按其第一列快速排序表
你可以试试DataTables。它可以根据表格标题进行排序,并且还有其他选项,请查看站点中的示例。