문제

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