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.
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.
Copyright © 2021 Jogjafile Inc.
Use the
suffixoption instead ofprefix