Pregunta

I would like to position the currency label after the numerals in the datatable. I currently have this configuration:

currencyOptions: { prefix: '€', decimalPlaces: 2, decimalSeparator: ',', thousandsSeparator: '.'}

but this prefixes the sign.

¿Fue útil?

Solución

Use the suffix option instead of prefix

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top