Jqgrid货币格式
我有一个 jqgrid,它的选项 :formatter => “currency”
它将数字 5
转换为 $5.00
,但这是信用金额,因此我需要将其显示为 ($5.00)
代码> 而不是 $5.00
。
有什么建议我应该在 :formatter => 中更改什么吗? “货币”?
I have a jqgrid, its option :formatter => "currency"
It is converting number 5
as $5.00
, but this is a credit amount so I need to display it as ($5.00)
instead of $5.00
.
Any recommendations what should I change in :formatter => "currency"
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该检查货币格式化程序的选项。您可以定义
前缀
和后缀
。例如,您可以使用以下选项演示显示在“总计”中' 以您需要的形式列出数字。
You should examine options of the currency formatter. You can define
prefix
, andsuffix
. For example you can use the following optionsThe demo shows in the 'Total' column the numbers in the form which you need.