Jquery dataformat数字表在移动版本时不起作用

时间:2016-01-06 03:52:12

标签: jquery datatables

使用格式编号时遇到问题。在正常分辨率下,Jquery格式号正在运行,但在移动设备上它无效。

正常分辨率: enter image description here

在手机上:

enter image description here

这是我的代码:

{ 
   "data": "adult_single_price", 
   "class":"text-right",
   "render": function( data, type, full ) {
      return formatNumber(data);                                       
   },  
   "width": "10%",
   "name": "view_tour.adult_single_price"                                            
},

需要帮助理解问题。

感谢

0 个答案:

没有答案