@esfaenza/es-table 11.2.115 → 11.2.116

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.
@@ -4746,7 +4746,7 @@
4746
4746
  if (!!th)
4747
4747
  th._referenced = true;
4748
4748
  // Skippare senza th (casistica tabella dinamica)
4749
- if (th && (td.tdIf || th.thGroup)) {
4749
+ if (th && th.thIf && (td.tdIf || th.thGroup)) {
4750
4750
  var thCasted = th;
4751
4751
  var isFixed = th.thFixed || th.thGroup || th.thPinned;
4752
4752
  var itemToAdd = item._item ?