Browse Source

Fix two columns bug.

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

+ 1 - 1
src/bootstrap-table.js

@@ -319,7 +319,7 @@
             $keepOpen,
             $search;
 
-        this.$toolbar = this.$container.find('.fixed-table-toolbar');
+        this.$toolbar = this.$container.find('.fixed-table-toolbar').html('');
 
         if (typeof this.options.toolbar === 'string') {
             $('<div class="bars pull-left"></div>')