@visns-studio/visns-components 1.6.7 → 1.6.9
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.
|
@@ -1095,7 +1095,7 @@ const DataGrid = ({
|
|
|
1095
1095
|
}
|
|
1096
1096
|
onChange={() => {
|
|
1097
1097
|
CustomFetch(
|
|
1098
|
-
|
|
1098
|
+
`${column.url}/${data.id}`,
|
|
1099
1099
|
"POST",
|
|
1100
1100
|
{
|
|
1101
1101
|
[column.id]:
|
|
@@ -1331,7 +1331,7 @@ const DataGrid = ({
|
|
|
1331
1331
|
: 450
|
|
1332
1332
|
: 400;
|
|
1333
1333
|
|
|
1334
|
-
let rowCount = Math.floor((dgHeight - 50) /
|
|
1334
|
+
let rowCount = Math.floor((dgHeight - 50) / 50);
|
|
1335
1335
|
setLimit(rowCount);
|
|
1336
1336
|
}, [dataCount]);
|
|
1337
1337
|
|
package/package.json
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react-dom": "^17.0.1"
|
|
35
35
|
},
|
|
36
36
|
"name": "@visns-studio/visns-components",
|
|
37
|
-
"version": "1.6.
|
|
37
|
+
"version": "1.6.9",
|
|
38
38
|
"description": "Various packages to assist in the development of our Custom Applications.",
|
|
39
39
|
"main": "index.js",
|
|
40
40
|
"devDependencies": {},
|