You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using it with ngTable to export a UTF based table to csv. But it seems it does not work well when the table rows/columns contain UTF text. Is there any option or attribute to fix this?
The text was updated successfully, but these errors were encountered:
There is another library with the same use case which handled this issue by adding 'add-bom' property. you can check it here https://github.com/asafdav/ng-csv
ivokh
pushed a commit
to ivokh/ng-table-to-csv
that referenced
this issue
Mar 26, 2018
Thanks for your awesome plugin!
I'm using it with
ngTable
to export aUTF
based table to csv. But it seems it does not work well when the table rows/columns containUTF
text. Is there any option or attribute to fix this?The text was updated successfully, but these errors were encountered: