Skip to content

Commit

Permalink
Merge pull request #151 from Junior125306/patch-2
Browse files Browse the repository at this point in the history
fix: tablerender bug
  • Loading branch information
Xavier9896 authored Jan 4, 2025
2 parents 6723fb6 + d95706e commit b434991
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hiprint/hiprint.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1884,7 +1884,8 @@ var hiprint = function (t) {
var gff = h.getGroupFieldsFormatter(n, i);
var groupRowIndex = 0;
var groupFields = gff ? (n.groupFields = gff(i, n, e)) : i.groupFields ? i.groupFields : [];
(e || (e = []), groupFields.length) ? _assets_plugins_hinnn__WEBPACK_IMPORTED_MODULE_1__.a.groupBy(e, groupFields, function (t) {
e = Array.isArray(e) ? e : [];
groupFields.length ? _assets_plugins_hinnn__WEBPACK_IMPORTED_MODULE_1__.a.groupBy(e, groupFields, function (t) {
var e = {};
return groupFields.forEach(function (n) {
return e[n] = t[n];
Expand Down

0 comments on commit b434991

Please sign in to comment.