@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.
@@ -4228,7 +4228,7 @@ class EsTableComponent {
4228
4228
  if (!!th)
4229
4229
  th._referenced = true;
4230
4230
  // Skippare senza th (casistica tabella dinamica)
4231
- if (th && (td.tdIf || th.thGroup)) {
4231
+ if (th && th.thIf && (td.tdIf || th.thGroup)) {
4232
4232
  let thCasted = th;
4233
4233
  let isFixed = th.thFixed || th.thGroup || th.thPinned;
4234
4234
  let itemToAdd = item._item ?