bootstrap-table-group-by.css 215 B

1234567891011
  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. }