@visns-studio/visns-components 3.6.9 → 3.6.10

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.
@@ -2341,6 +2341,7 @@ const DataGrid = forwardRef(
2341
2341
  limit={limit}
2342
2342
  enableColumnAutosize={false}
2343
2343
  enableColumnFilterContextMenu={false}
2344
+ enableSelection={false}
2344
2345
  handle={(ref) =>
2345
2346
  (gridRef.current = ref ? ref.current : null)
2346
2347
  }
package/package.json CHANGED
@@ -50,7 +50,7 @@
50
50
  "react-dom": "^17.0.1"
51
51
  },
52
52
  "name": "@visns-studio/visns-components",
53
- "version": "3.6.9",
53
+ "version": "3.6.10",
54
54
  "description": "Various packages to assist in the development of our Custom Applications.",
55
55
  "main": "index.js",
56
56
  "scripts": {