Files
file-online-preview/server/src/main/resources/static/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css

8 lines
151 B
Java

.bootstrap-table .table > tbody > tr.groupBy {
cursor: pointer;
}
.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
display: none;
}