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

Gap between currency and value #17

Open
kurtern84 opened this issue Apr 13, 2022 · 1 comment
Open

Gap between currency and value #17

kurtern84 opened this issue Apr 13, 2022 · 1 comment

Comments

@kurtern84
Copy link

Hi! How do I get spaceing between currency and value? I want "kr 21 345" but it shows "kr21345" with the custom:flex-table-card template.

Thanks in advance.

@enedberg
Copy link

enedberg commented Aug 1, 2023

You can use:

  • name: Total Value
    data: value_total
    prefix: ' kr '
    modify: parseFloat(x).toFixed(0)

(I use suffix: ' kr')

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

No branches or pull requests

2 participants