@m4l/components 9.2.65-JT17072025.beta.1 → 9.2.65-JT18072025.beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -429,7 +429,13 @@ const dataGridStyles = {
|
|
|
429
429
|
display: "flex",
|
|
430
430
|
justifyContent: "center",
|
|
431
431
|
alignItems: "center",
|
|
432
|
-
boxShadow: "unset"
|
|
432
|
+
boxShadow: "unset",
|
|
433
|
+
position: "sticky !important",
|
|
434
|
+
zIndex: 1
|
|
435
|
+
},
|
|
436
|
+
'&.rdg-cell-frozen:not([role="columnheader"])': {
|
|
437
|
+
position: "sticky !important",
|
|
438
|
+
zIndex: 1
|
|
433
439
|
},
|
|
434
440
|
"&:after": {
|
|
435
441
|
content: `""`,
|
|
@@ -540,6 +546,16 @@ const dataGridStyles = {
|
|
|
540
546
|
"& .rdg-row .rdg-cell-frozen-last:after": {
|
|
541
547
|
borderRight: `0px solid transparent`
|
|
542
548
|
},
|
|
549
|
+
"& .rdg-row .rdg-cell-frozen": {
|
|
550
|
+
position: "sticky !important",
|
|
551
|
+
zIndex: 1,
|
|
552
|
+
left: "var(--rdg-cell-left, 0)"
|
|
553
|
+
},
|
|
554
|
+
"& .rdg-row .rdg-cell-frozen-last": {
|
|
555
|
+
position: "sticky !important",
|
|
556
|
+
zIndex: 1,
|
|
557
|
+
left: "var(--rdg-cell-left, 0)"
|
|
558
|
+
},
|
|
543
559
|
// Estilado de la ultima celda (Quitar la linea divisora derecha)
|
|
544
560
|
"& .rdg-row :last-child:after": {
|
|
545
561
|
borderRight: `0px solid`,
|