@noraent/nora-datagrid 0.0.203 → 0.0.204
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
|
@@ -7469,6 +7469,7 @@ const DataGridMain3 = React.memo((props) => {
|
|
|
7469
7469
|
const basicStore = gridRef.current.setBasicStore(props);
|
|
7470
7470
|
gridRef.current.setStoreState(typedKey, basicStore[typedKey]);
|
|
7471
7471
|
store.setState(["state", typedKey], basicStore[typedKey]);
|
|
7472
|
+
console.log("props change", typedKey, basicStore[typedKey]);
|
|
7472
7473
|
if (key === "dataSource") {
|
|
7473
7474
|
gridRef.current.initHeightCache();
|
|
7474
7475
|
gridRef.current.reloadRange();
|