浏览代码

Merge pull request #5875 from wenzhixin/fix/5861

fix/5861
文翼 4 年之前
父节点
当前提交
5904a42715
共有 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