This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix the selected row class reset after toggle column bug.
zhixin
11 years ago
parent
4daad1f416
commit
be614675e8
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/bootstrap-table.js
+ 1
- 0
src/bootstrap-table.js
View File
@@ -894,6 +894,7 @@
}
}
});
});
+ this.updateSelected();
this.resetView();
this.resetView();
};
};