inviton-powerduck 0.0.134 → 0.0.135

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.
@@ -1419,7 +1419,7 @@ class DataTableComponent extends TsxComponent<DataTableArgs> implements DataTabl
1419
1419
  } else {
1420
1420
  mySelf.totalCount = data.totalCount ?? data.TotalCount;
1421
1421
  mySelf.totalFilteredCount = data.totalFilteredCount ?? data.TotalFilteredCount;
1422
- mySelf.rows = data.rows ?? data.Rows;
1422
+ mySelf.rows = data.rows ?? data.Rows ?? data.data;
1423
1423
  }
1424
1424
 
1425
1425
  mySelf.loadedRows = mySelf.rows;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.134",
4
+ "version": "0.0.135",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",