ソースを参照

Add the hidden class instead of replacing the original class

Dustin Utecht 4 年 前
コミット
2d65be4a64
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/extensions/group-by-v2/bootstrap-table-group-by.js

+ 1 - 1
src/extensions/group-by-v2/bootstrap-table-group-by.js

@@ -105,7 +105,7 @@ BootstrapTable.prototype.initSort = function (...args) {
         }
 
         if (this.isCollapsed(key, value)) {
-          item._class = 'hidden'
+          item._class += ' hidden'
         }
 
         item._data['parent-index'] = index