bootstrap-table-group-by.css 199 B

12345678
  1. .bootstrap-table .table > tbody > tr.groupBy.expanded,
  2. .bootstrap-table .table > tbody > tr.groupBy.collapsed {
  3. cursor: pointer;
  4. }
  5. .bootstrap-table .table > tbody > tr.hidden {
  6. display: none;
  7. }