Browse Source

Set the default of 'showExport' option to false.

zhixin 11 years ago
parent
commit
2eb1d59f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/export/bootstrap-table-export.js

+ 1 - 1
src/extensions/export/bootstrap-table-export.js

@@ -20,7 +20,7 @@
     };
 
     $.extend($.fn.bootstrapTable.defaults, {
-        showExport: true,
+        showExport: false,
         // 'json', 'xml', 'png', 'csv', 'txt', 'sql', 'doc', 'excel', 'powerpoint', 'pdf'
         exportTypes: ['json', 'xml', 'csv', 'txt', 'sql', 'excel']
     });