gpt4 book ai didi

javascript - 表排序器不正确

转载 作者:行者123 更新时间:2023-11-28 02:16:27 24 4
gpt4 key购买 nike

我正在使用 Stupid TableSorter Javascript,但遇到了一些问题,因为我使用的是丹麦货币格式。

例如。表:

 0,00         18,75
0,00 112,50
4.744,68 562,50
1.125,00 15%

最高为4.744,68。第一列中,第二列中最高的是“562,50”。但是当我尝试进行表格排序时,它做得不对。

我尝试过 < th .... data-sort="float"> 以及 data-sort="int"和“string”。但它做得不正确,可能是因为我的丹麦数字格式,但如何修复它?

我正在使用:http://joequery.github.io/Stupid-Table-Plugin/

最佳答案

使用数据排序值

If you have data in both a machine friendly form and human friendly form, you can provide the machine friendly value to data-sort-value on table cells. The plugin will sort by the value provided but display the human friendly form to the user.

例如:

<td data-sort-value="4744.68">4.744,68</td>

关于javascript - 表排序器不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16316453/

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