-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Exporting gives error if the data has unicode characters || Bootstrap Table export #189
Comments
Hi @divyamv , I find the same error in this issue: czottmann/jquery-base64#1. |
You can try this: https://gist.github.com/wenzhixin/09e218c884f4f380b68a, this issue doesn't belong to the category of the bootstrap-table, so close it. |
I have tried what wenzihixin suggested " https://gist.github.com/wenzhixin/09e218c884f4f380b68a", now it prints even if I have non English letters. But it messed up in printing in all format except for xml. I get letters such as ž what is not good... |
It was working after changing jquery.base64.js from the link https://gist.github.com/wenzhixin/09e218c884f4f380b68a for Amharic(አማርኛ) character |
Error received DOM Exception 5 INVALID CHARACTER error on valid base64 Abeto's base64 fixed my issues trying to download to excel using |
Better use this fork: https://github.com/hhurz/tableExport.jquery.plugin And you have to include the modules, for example:
|
@jcomas It's great, powerful plugin. |
Not able to export if the data has unicode characters.getting the below error
Uncaught INVALID_CHARACTER_ERR: DOM Exception 5 VM2832 jquery.base64.js:136_getbyte VM2832 jquery.base64.js:136_encode VM2832 jquery.base64.js:160$.fn.extend.tableExport tableExport.js:121(anonymous function) bootstrap-table-export.js:73jQuery.event.dispatch jquery.js:4641jQuery.event.add.elemData.handle
The text was updated successfully, but these errors were encountered: