@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.203",
3
+ "version": "0.0.204",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,
@@ -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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noraent/nora-datagrid",
3
- "version": "0.0.203",
3
+ "version": "0.0.204",
4
4
  "module": "./dist/nora_datagrid.es.js",
5
5
  "main": "./dist/nora_datagrid.cjs.js",
6
6
  "private": false,