We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bug.
I have the column defined as the following:
{ "label": "Amount", "name": "amount", "data": "amount", "money": { "symbol": "€", "format": "%s %v", "precision": 2, "thousand": ".", "decimal": "," }, "meta": [ "searchable", "sortable", "total" ] },
Value in database: 150.00 Output: € 15.000,00
see above
Output: € 150,00
Output: € 15.000,00
The text was updated successfully, but these errors were encountered:
You provided waaay to little info.
copy paste from your code in the table template
db
output
Sorry, something went wrong.
I managed to replicate.
Nope, I'm on it
dcd7017
No branches or pull requests
This is a bug.
Description
I have the column defined as the following:
Value in database: 150.00
Output: € 15.000,00
Steps to Reproduce
see above
Expected behavior
Output: € 150,00
Actual behavior
Output: € 15.000,00
The text was updated successfully, but these errors were encountered: