@visns-studio/visns-components 1.1.11 → 1.1.12
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.
|
@@ -592,10 +592,6 @@ const DataGrid = (props) => {
|
|
|
592
592
|
column.width && column.width > 0
|
|
593
593
|
? column.width
|
|
594
594
|
: undefined,
|
|
595
|
-
defaultWidth:
|
|
596
|
-
column.width && column.width > 0
|
|
597
|
-
? column.width
|
|
598
|
-
: undefined,
|
|
599
595
|
link: column.link ? column.link : {},
|
|
600
596
|
render: ({ data }) => {
|
|
601
597
|
let value = column.id.reduce((acc, id) => {
|
|
@@ -779,6 +775,7 @@ const DataGrid = (props) => {
|
|
|
779
775
|
onRenderRow={onRenderRow}
|
|
780
776
|
pagination
|
|
781
777
|
renderColumnContextMenu={renderColumnContextMenu}
|
|
778
|
+
showZebraRows={true}
|
|
782
779
|
/>
|
|
783
780
|
<Popup
|
|
784
781
|
open={modalShow}
|
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"react-dom": ">=18.2.0"
|
|
33
33
|
},
|
|
34
34
|
"name": "@visns-studio/visns-components",
|
|
35
|
-
"version": "1.1.
|
|
35
|
+
"version": "1.1.12",
|
|
36
36
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
37
37
|
"main": "index.js",
|
|
38
38
|
"devDependencies": {},
|