@noraent/nora-datagrid 0.0.226 → 0.0.227
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.
package/dist/buildPackage.json
CHANGED
package/dist/nora_datagrid.es.js
CHANGED
|
@@ -7180,6 +7180,7 @@ const VirtualItem = React__default.memo(
|
|
|
7180
7180
|
React__default.useEffect(() => {
|
|
7181
7181
|
if (typeof (column == null ? void 0 : column.validationError) === "function") {
|
|
7182
7182
|
const errorMessage = column.validationError(props);
|
|
7183
|
+
console.log("error", errorMessage);
|
|
7183
7184
|
setError(errorMessage);
|
|
7184
7185
|
}
|
|
7185
7186
|
setError(null);
|
|
@@ -7188,7 +7189,6 @@ const VirtualItem = React__default.memo(
|
|
|
7188
7189
|
() => error ? cx(TableClasses.body.row.cell.root, TableClasses.body.row.cell.classes, TableClasses.error.cell.classes) : cx(TableClasses.body.row.cell.root, TableClasses.body.row.cell.classes),
|
|
7189
7190
|
[error]
|
|
7190
7191
|
);
|
|
7191
|
-
console.log("error", error);
|
|
7192
7192
|
React__default.useEffect(() => {
|
|
7193
7193
|
rowRef.current = row;
|
|
7194
7194
|
}, [row]);
|