Syncro sélection de colonnes et tableau fonctionnelle

This commit is contained in:
Colin Maudry
2026-01-31 01:04:09 +01:00
parent 2a381f6dbb
commit cd81aa9532
3 changed files with 158 additions and 8 deletions
+16 -2
View File
@@ -240,7 +240,11 @@ table.cell-table th {
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
th.dash-header {
th.dash-header,
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
th.dash-select-header {
margin: 0;
color: white;
font-family: "Inter", sans-serif;
@@ -258,7 +262,13 @@ table.cell-table th {
.dash-spreadsheet-inner
table.cell-table
tr:first-of-type
th.dash-header:first-of-type {
th.dash-header:first-of-type,
.dash-table-container
.dash-spreadsheet-container
.dash-spreadsheet-inner
table.cell-table
tr:first-of-type
th.dash-select-header:first-of-type {
border-top-left-radius: 3px !important;
}
@@ -354,6 +364,10 @@ table.cell-table th {
right: 5px;
}
#column_list .show-hide {
display: none;
}
.show-hide-menu-item > input {
margin-right: 10px;
}