質問

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