Can we get this added? I'm not sure how to get around the different currency types though.
I think this can be done to a degree with field aliases, but it'd be nice to prepend some kind of dollar/euro/other identifier.
You can do US currency right now using the Number field formatter, like so:

However, numeral.js doesn't have very good international currency support, so we'll need another formatter so support non-USD values.
Maybe better format options in general? For instance, when I put a date in a data table, I'd like to format it using an ISO timestamp: 2015-07-29 14:12:34
:+1:
It'd be great to be able to use £ !
:+1:
And also €, please! :D
+1
+1
@markwalkom it appears currency.js now has locale with currencty signs
https://github.com/adamwdraper/Numeral-js/blob/master/locales/it.js
@jccq I'm guessing you mean numeral.js? Where/how does one change the locale?
Thx & +1
Hello! any progress on that?
add support for number format internationalization PR should resolve this issue.
This appears to be resolved. Closing.
Most helpful comment
add support for number format internationalization PR should resolve this issue.