ソースを参照

Merge pull request #1488 from elexonics/patch-2

Update bootstrap-table.js
文翼 10 年 前
コミット
f901ab8372
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -790,6 +790,7 @@
             .on('click', '[name="btSelectAll"]', function () {
                 var checked = $(this).prop('checked');
                 that[checked ? 'checkAll' : 'uncheckAll']();
+                that.updateSelected();
             });
     };