Number round when try to use decimal comma

Number round when try to use decimal comma

xlogusxlogus Posts: 1Questions: 1Answers: 0
edited June 2023 in Free community support

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

Sign In or Register to comment.