Number round when try to use decimal comma
Number round when try to use decimal comma
xlogus
Posts: 1Questions: 1Answers: 0
Hi,
https://codepen.io/miguel-riva/pen/zYMBNVE
I have a table with a column that has to show amounts in euros using this render function
render: $.fn.dataTable.render.number( '.', ',', 2, '€' )
Column automatically round decimals, for example column value should be €22,15 but column show €22,00
Thanks