浏览代码

Fix two columns bug.

zhixin 11 年之前
父节点
当前提交
c784b61fa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>')