This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Fix the selected row class reset after toggle column bug.
zhixin
11 年 前
親
4daad1f416
コミット
be614675e8
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
src/bootstrap-table.js
+ 1
- 0
src/bootstrap-table.js
ファイルの表示
@@ -894,6 +894,7 @@
}
});
+ this.updateSelected();
this.resetView();
};