use derived column props, add table header styles

This commit is contained in:
jeffvli
2025-10-03 22:06:07 -07:00
parent 3e0e3f9984
commit c27c05ac5d
2 changed files with 69 additions and 86 deletions
@@ -37,6 +37,10 @@
min-width: 0;
}
.item-table-pinned-rows-grid-container.with-header {
background-color: var(--theme-colors-surface);
}
.item-table-pinned-columns-grid-container {
display: flex;
flex: 0 1 auto;
@@ -50,6 +54,10 @@
min-width: 0;
}
.item-table-pinned-intersection-grid-container.with-header {
background-color: var(--theme-colors-surface);
}
.item-table-pinned-columns-container {
flex: 1 1 auto;
min-width: 0;