Skip to content

Commit d97744a

Browse files
juliyvchirkovwenzhixin
authored andcommitted
cosmetic patch for collision on certain conditions
the collision is faced when group-by-v2 plugin is used along w/ enabled detailView — if one expands one or more rows in a group into detailView mode & then clicks on tr.groupBy row to collapse this group, the source rows become hidden just as expected, but their detailView representations still stay visible & expanded applied patch fixes the issue
1 parent 2c2ced8 commit d97744a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/extensions/group-by-v2/bootstrap-table-group-by.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
.bootstrap-table .table > tbody > tr.groupBy.expanded {
66

7-
}
7+
}
8+
9+
.bootstrap-table .table > tbody > tr.groupBy + tr.hidden + tr.detail-view {
10+
display: none;
11+
}

0 commit comments

Comments
 (0)