浏览代码

Refs #708: update updateRows.

zhixin 11 年之前
父节点
当前提交
73769c113a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1850,7 +1850,7 @@
             rows = this.getSelections();
             rows = this.getSelections();
         }
         }
         this.$selectItem.filter(':enabled').prop('checked', checked);
         this.$selectItem.filter(':enabled').prop('checked', checked);
-        this.updateRows(checked);
+        this.updateRows();
         this.updateSelected();
         this.updateSelected();
         if (checked) {
         if (checked) {
             rows = this.getSelections();
             rows = this.getSelections();