bootstrap-table-group-by.css 221 B

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