Custom columns panel - for showing join tables hierarchically

This commit is contained in:
2023-05-22 08:43:21 -05:00
parent f7ff4cf2fc
commit 3d86bbfb71
3 changed files with 431 additions and 98 deletions

View File

@ -398,3 +398,11 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
top: -5px;
margin-right: 8px;
}
.custom-columns-panel .MuiSwitch-thumb
{
width: 15px !important;
height: 15px !important;
position: relative;
top: 3px;
}