sccoreui 5.9.96 → 5.9.97

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.
@@ -205,7 +205,7 @@ function ParentForGrid(props) {
205
205
  var _a;
206
206
  if (((_a = response.rowData) === null || _a === void 0 ? void 0 : _a.length) > 0) {
207
207
  // supply rows for requested block to grid
208
- params.success({ rowData: response.rowData });
208
+ params.success({ rowData: response.rowData, rowCount: response === null || response === void 0 ? void 0 : response.actualEndRow });
209
209
  }
210
210
  else {
211
211
  params.fail();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.9.96",
3
+ "version": "5.9.97",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",