-
Notifications
You must be signed in to change notification settings - Fork 39
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
I am not able to add the currency symbol to the price and the total. #41
Comments
finally solved after 4 hour onJsPDFDocCreation: (doc) => {
|
I am currently facing an issue where I am unable to add the currency symbol to both the price and the total values in my data table. The intended outcome is to display the prices and their corresponding totals with the appropriate currency symbol (₹ for Indian Rupees) using the HTML entity code ₹. Despite attempting to concatenate the currency symbol with the numeric values, the symbol does not appear as expected.
The text was updated successfully, but these errors were encountered: