gpt4 book ai didi

javascript - jqgrid中如何显示百分比?

转载 作者:行者123 更新时间:2023-12-03 06:33:02 24 4
gpt4 key购买 nike

我有以下代码片段,并希望将值显示为百分比

example .3.342  as 3.34 %
8.432 as 8.43 %

这是我的代码片段

   { name: 'eRatio', label: 'eRatio',width: 75, sorttype: 'number', align: "right", formatter: 'percentage', formatoptions: { prefix: "", suffix: " "}  },

我需要添加什么才能显示为百分比?

最佳答案

jqGrid 没有预定义的格式化程序:“百分比”,但可以使用 formatter: "currency" :

formatter: "currency", formatoptions: { suffix: " %"}

formatoptionsdecimalPlaces 属性的默认值已经是你想要的 2 了。因此,输入值 3.3428.432 将显示为 3.34 %8.43 %

关于javascript - jqgrid中如何显示百分比?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38359943/

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