@visns-studio/visns-components 1.1.11 → 1.1.13

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.
@@ -19,7 +19,8 @@ import {
19
19
  Search,
20
20
  } from "akar-icons";
21
21
 
22
- import "@inovua/reactdatagrid-community/index.css";
22
+ import "@inovua/reactdatagrid-community/base.css";
23
+ import "@inovua/reactdatagrid-community/theme/default-light.css";
23
24
  import "react-confirm-alert/src/react-confirm-alert.css";
24
25
 
25
26
  import CustomFetch from "./visns-fetch";
@@ -592,10 +593,6 @@ const DataGrid = (props) => {
592
593
  column.width && column.width > 0
593
594
  ? column.width
594
595
  : undefined,
595
- defaultWidth:
596
- column.width && column.width > 0
597
- ? column.width
598
- : undefined,
599
596
  link: column.link ? column.link : {},
600
597
  render: ({ data }) => {
601
598
  let value = column.id.reduce((acc, id) => {
@@ -779,6 +776,7 @@ const DataGrid = (props) => {
779
776
  onRenderRow={onRenderRow}
780
777
  pagination
781
778
  renderColumnContextMenu={renderColumnContextMenu}
779
+ showZebraRows={true}
782
780
  />
783
781
  <Popup
784
782
  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.11",
35
+ "version": "1.1.13",
36
36
  "description": "Various packages to assist in the development of our Custom Applications.",
37
37
  "main": "index.js",
38
38
  "devDependencies": {},