I have the following jquery code
$("#importenew").val(dataTable.row(this).data()[23]);
and it shows me the following: 1700,5
It is possible to make a division and show:
1700
5
I have the following jquery code
$("#importenew").val(dataTable.row(this).data()[23]);
and it shows me the following: 1700,5
It is possible to make a division and show:
1700
5