ps-toolkit-ui 1.22.33 → 1.22.34
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/bundles/ps-toolkit-ui.umd.js +4 -2
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/table.class.js +5 -3
- package/fesm2015/ps-toolkit-ui.js +4 -2
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -3608,8 +3608,10 @@
|
|
|
3608
3608
|
_this.rows = res.result.List;
|
|
3609
3609
|
_this.count = res.result.Count;
|
|
3610
3610
|
_this.sumRowBase = (_a = res.result.Sum) !== null && _a !== void 0 ? _a : null;
|
|
3611
|
-
|
|
3612
|
-
|
|
3611
|
+
if (_this.sumRowBase != null) {
|
|
3612
|
+
_this.sumRow = HelperClass.clone(_this.sumRowBase);
|
|
3613
|
+
_this.sumRow.isSum = true;
|
|
3614
|
+
}
|
|
3613
3615
|
if (_this.onLoad) {
|
|
3614
3616
|
_this.onLoad(res.result.Data);
|
|
3615
3617
|
}
|