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.

有帮助吗?

解决方案

Use the suffix option instead of prefix

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top