ソースを参照

Fix the selected row class reset after toggle column bug.

zhixin 11 年 前
コミット
be614675e8
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -894,6 +894,7 @@
             }
         });
 
+        this.updateSelected();
         this.resetView();
     };