jquery.tablesorter.js > >对混合类型列进行排序
我有一个表,其中有一列“剩余天数”。此列中的值可以是数字,也可以是“TBD”(待定)。 tablesorter 插件无法正确处理此混合类型列的排序。我怎样才能让它正常工作?
谢谢, 〜jk
I have a table that has a column for Days Remaining. The values in this column are either a number, or 'TBD' (to be determined). The tablesorter plugin doesn't properly handle the sorting of this mixed-type column. How could I get this to work properly?
Thanks,
~jk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要创建自己的解析器,
我不确定这是否有效,但尝试搜索 tablesorter 和 addParser ,您应该会很好:
You need to create your own parser
I am not sure this will work, but try searching for tablesorter and addParser and you should be good: