datatables - Jquery dataformat number tables not working when mobile version -
i have problem when using format number. in normal resolution jquery format number working on mobile not working.
on mobile:
this code :
{ "data": "adult_single_price", "class":"text-right", "render": function( data, type, full ) { return formatnumber(data); }, "width": "10%", "name": "view_tour.adult_single_price" }, need understanding problem.
thanks


Comments
Post a Comment