bootstrap-table-group-by.css 151 B

1234567
  1. .bootstrap-table .table > tbody > tr.groupBy {
  2. cursor: pointer;
  3. }
  4. .bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
  5. display: none;
  6. }