@noraent/nora-datagrid 0.0.217 → 0.0.218
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
|
@@ -7158,6 +7158,7 @@ const VirtualItem = React__default.memo(
|
|
|
7158
7158
|
const { __loader } = useSelector((store) => ({
|
|
7159
7159
|
__loader: store.__loader
|
|
7160
7160
|
}));
|
|
7161
|
+
console.log("__loader", __loader);
|
|
7161
7162
|
const cellStyle = useMemo(
|
|
7162
7163
|
() => ({
|
|
7163
7164
|
width: `${column.width}px`,
|