码迷,mamicode.com
首页 > 其他好文 > 详细

jqGrid格式化数字输出

时间:2018-08-10 18:01:34      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:top   ref   value   显示   Fix   mat   orm   jqgrid   格式化数字   

科学显示4位小数金额,如80,100.5678
formatter: "currency",formatoptions: {thousandsSeparator:",", defaulValue:"",decimalPlaces:4}

科学显示4位小数金额并且带前置符号,如$80,100.5678

formatter: "currency",formatoptions: {thousandsSeparator:",", defaulValue:"",decimalPlaces:4,prefix:"$"}

科学显示4位小数金额并且带后置符号,如80,100.5678元

formatter: "currency",formatoptions: {thousandsSeparator:",", defaulValue:"",decimalPlaces:4,suffix:"元"}

jqGrid格式化数字输出

标签:top   ref   value   显示   Fix   mat   orm   jqgrid   格式化数字   

原文地址:http://blog.51cto.com/1197822/2157324

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!