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 normal resolution: enter image description here

on mobile:

enter image description here

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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -