Browse Source

Fix the selected row class reset after toggle column bug.

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

+ 1 - 0
src/bootstrap-table.js

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