handle row groups with pinned table columns

This commit is contained in:
jeffvli
2025-11-17 21:46:51 -08:00
parent a4a0a1d227
commit 94c128ea3d
2 changed files with 44 additions and 16 deletions
@@ -158,6 +158,8 @@
min-width: 0;
height: 100%;
min-height: 0;
overflow-x: visible; /* Allow group headers to extend beyond container */
overflow-y: auto; /* Maintain vertical scrolling */
}
.item-table-pinned-right-columns-container {