是否可以使用标签属性对列进行排序?
我正在使用数据表 1.8.2。我需要对一些无法正常排序的数据列进行排序。有没有办法根据表元素的某些属性的值对列进行排序?我正在制作一个表,然后应用 dataTables,因此我可以像这样编写普通 int 的 value 属性:
<td value="10">data1</td>
<td value="9">data2</td>
我知道有一种方法可以准备您自己的排序函数,这种方法对我来说似乎更简单。
I'm using dataTables 1.8.2. And I need to sort some columns with the data which can't be sorted on a normal basis. Is there a way to sort columns according to the value of some attribute of the table element? I'm making a table and then applying dataTables, so I can compose a value attribute of a normal int like this:
<td value="10">data1</td>
<td value="9">data2</td>
I know that there is a way to prepare your own sorting functions, this way seems simpler for me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅这些示例 http://www.datatables.net/plug-ins/sorting
please see these examples http://www.datatables.net/plug-ins/sorting