gpt4 book ai didi

javascript - 对 jsp 页面上的列进行排序

转载 作者:行者123 更新时间:2023-11-28 08:32:15 28 4
gpt4 key购买 nike

我想通过单击列来对 jsp 页面中的数据表进行排序。可能是用 javascript 或 JQuery。我只有标题,数据来自数据库

   <table name="tablesorter" id="tablesorter" class="tablesorter"       cellspacing="0"         width="720"
style="table-layout:fixed;">
<thead>
<tr>
<th width="90" class="tableRubrikCell">Anv.namn</th>
<th width="115" class="tableRubrikCell">Namn</th>
<th width="135" class="tableRubrikCell">Roller</th>
<th width="60" class="tableRubrikCell">Ansvarig</th>
<th width="90" class="tableRubrikCell">Skapad&nbsp;datum</th>
<th width="75" class="tableRubrikCell">Giltig&nbsp;tom</th>
<th width="120" class="tableRubrikCell">E-postadress</th>
<th width="40" class="tableRubrikCell">Ta&nbsp;bort</th>
</tr>
</thead>

最佳答案

您可以使用Tablesorter jquery 的插件。一般的想法是从数据库中获取具有某种初始排序顺序的数据,并在表排序器初始化中设置相同的顺序。 Docs对于表排序器。

关于javascript - 对 jsp 页面上的列进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21699333/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com