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.
我有一个表格(用 xsl 中的 xml 制作),其中每一列都通过单击<th>表格的 javascript 进行排序。我也有关于每一行的附加信息的 div。如何在表格排序的同时对 div 进行排序?我的想法是使用 xsl:sort 和<th>table 作为某种链接。
<th>
提前致谢
不,xsl:sort 可能不会像你想象的那样做……我的建议是使用一些提供数据表的 JavaScript 框架,以及按列排序。让它在 HTML 文件中工作,然后编写 XSLT 以产生该输出。