Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the financial format for Number Column #764

Closed
turkhale opened this issue Dec 25, 2023 · 2 comments · Fixed by #818
Closed

Introduce the financial format for Number Column #764

turkhale opened this issue Dec 25, 2023 · 2 comments · Fixed by #818
Assignees
Labels

Comments

@turkhale
Copy link

image
Currently, only numbers and percentages are available, which makes financial documentation inconvenient. It should be available in a financial format like in Excel, with "," for separating thousands and "()" for negative numbers.

@joepio
Copy link
Member

joepio commented Jan 8, 2024

How we can approach fixing this issue:

  • Currency is stored on the Property
  • We need a set of currencies + icons to refer to
  • We need to customize formatting / styling everywhere numbers are used
  • Use the Intl.numberformat

@turkhale
Copy link
Author

turkhale commented Jan 8, 2024

I am talking more about having "," separators for thousands, millions, and billions, and parenthesis "()" formatting for negatives. Having currency is not very important, we show them anyway in the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants