Make DataTable row groups collapsible everywhere (references #1189)

This commit is contained in:
Bernd Bestel
2020-12-17 17:41:31 +01:00
parent b5fc64cf5d
commit cc2ea93313
4 changed files with 29 additions and 34 deletions

View File

@@ -355,6 +355,10 @@ a:not([href]) {
overflow: visible !important;
}
tr.dtrg-group {
cursor: pointer;
}
/* Third party component customizations - toastr */
#toast-container > div {
opacity: 1;