@visns-studio/visns-components 2.2.5 → 2.2.6
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.
|
@@ -691,9 +691,11 @@ const DataGrid = forwardRef(
|
|
|
691
691
|
minWidth: column.minWidth ?? undefined,
|
|
692
692
|
maxWidth: column.maxWidth ?? undefined,
|
|
693
693
|
textVerticalAlign: 'top',
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
694
|
+
cellProps: {
|
|
695
|
+
style: {
|
|
696
|
+
...(column.style ?? {}),
|
|
697
|
+
margin: '0px',
|
|
698
|
+
},
|
|
697
699
|
},
|
|
698
700
|
};
|
|
699
701
|
|
package/package.json
CHANGED