Space as thousands delimiter

Can you please point me to the correct format to get spaces as thousands delimiter? My jsfiddle is here: http://jsfiddle.net/Lxpgc1c5/1/

Hi @jonas.logdberg

You need to add a comma. In your case

format: '$0,0.00', returns $7,000,000.45

updated example http://jsfiddle.net/handsoncode/2cvts9kd/
Here you can find the docs on how to set formats http://numbrojs.com/format.html (we’re using Numbro to handle numeric/currency cells)

Thank you for your reply. However, what I’m actually after is getting this output: “7 000 000,45”. So - spaces as delimiters, not commas.

In their docs Numbro doesn’t have the following example so you would need to create a custom renderer.