Open
Description
Difficulty
Easy
What you need to do
Read description of the issue below and try to fix it.
Hints
- Read issue description below carefully and ensure that you understand it
- Run the app and ensure that you can reproduce the issue. 'Reproducing issue' means that when you run the app locally, you see the same behavior as described in the issue.
- Begin by exploring the code to understand which parts of code are responsible for displaying revenue numbers. Remember: the more thoroughly you understand the code, the more elegant and lightweight solution you will be able to come up with.
Issue description
'Revenue YTD' column displays numbers unformatted, which is very hard for humans to read - see the image below:
Expected behavior
'Revenue YTD' column displays numbers formatted to separate thousands groups with a space.
For example, number 1234567890 should be displayed as 1 234 567 890