Browse Source

Fix #659: add faq

zhixin 10 years ago
parent
commit
de6151992b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/_i18n/en/faq/faq.md

+ 5 - 1
docs/_i18n/en/faq/faq.md

@@ -26,4 +26,8 @@ For merged cells, when you do refresh, next page or switch columns to show, the
 $table.on('load-success.bs.table column-switch.bs.table page-change.bs.table search.bs.table', function () {
     $table.bootstrapTable('mergeCells', {...});
 });
-```
+```
+
+### Export extension does not support unicode characters?
+
+The extension is using the Plugin: [tableExport.jquery.plugin](https://github.com/kayalshri/tableExport.jquery.plugin), because this plugin has [this same problem](https://github.com/carlo/jquery-base64/issues/1), so it doesn't belong to the category of the bootstrap-table, but I think we can try to use this: [jquery.base64.js](https://gist.github.com/wenzhixin/09e218c884f4f380b68a) to replace the base64 plugin.