@visns-studio/visns-components 3.4.5 → 3.4.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.
@@ -2210,6 +2210,7 @@ const DataGrid = forwardRef(
2210
2210
  rowHeight={null}
2211
2211
  selected={selected}
2212
2212
  showZebraRows={true}
2213
+ showActiveRowIndicator={false}
2213
2214
  sortInfo={
2214
2215
  ajaxSetting.sortBy && ajaxSetting.sort
2215
2216
  ? {
@@ -1143,6 +1143,7 @@ function Form({
1143
1143
  columns={tableData.columns}
1144
1144
  dataSource={tableData.dataSource}
1145
1145
  style={{ minHeight: 550 }}
1146
+ showActiveRowIndicator={false}
1146
1147
  />
1147
1148
  </div>
1148
1149
  )}
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^17.0.1"
50
50
  },
51
51
  "name": "@visns-studio/visns-components",
52
- "version": "3.4.5",
52
+ "version": "3.4.6",
53
53
  "description": "Various packages to assist in the development of our Custom Applications.",
54
54
  "main": "index.js",
55
55
  "scripts": {