This commit is contained in:
2026-05-21 13:26:33 +02:00
parent 9b5f12bc94
commit 257339911e
6 changed files with 213 additions and 2 deletions

View File

@@ -11761,6 +11761,11 @@ html[theme="default"] .ag-grid-tree-grouping-panel input[type="checkbox"]:after
padding-left: 6px;
}
.ag-grid-tree-host .ag-header-cell[col-id="__selection__"] .ag-header-cell-comp-wrapper {
justify-content: center;
padding-left: 0;
}
.ag-grid-tree-host .ag-selection-checkbox,
.ag-grid-tree-host .ag-header-select-all {
display: flex;