@pisell/materials 1.0.232 → 1.0.233

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.
@@ -113,6 +113,7 @@ var GridViewTable = function GridViewTable(_ref) {
113
113
  rowKey: tableProps.rowKey,
114
114
  onSortChange: tableProps.onSortChange
115
115
  }, /*#__PURE__*/React.createElement(BasicTable, _extends({
116
+ key: scroll === null || scroll === void 0 ? void 0 : scroll.y,
116
117
  dataSource: dataSource,
117
118
  columns: columns,
118
119
  className: "grid-view-table",
@@ -130,6 +130,7 @@ var GridViewTable = ({ tableProps, filter, setTableSetting }) => {
130
130
  /* @__PURE__ */ import_react.default.createElement(
131
131
  import_BasicTable.default,
132
132
  {
133
+ key: scroll == null ? void 0 : scroll.y,
133
134
  dataSource,
134
135
  columns,
135
136
  className: "grid-view-table",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.232",
3
+ "version": "1.0.233",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",