@esfaenza/es-table 11.2.139 → 11.2.141

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.
@@ -4192,7 +4192,7 @@ class EsTableComponent {
4192
4192
  // N.B: Rispettare l'ordine di queste 3 macrocategorie è VITALE
4193
4193
  // ************************************* Sistemazioni di TH, TD, e visibilità varie *************************************
4194
4194
  // Se ho definizioni dinamiche, prima di qualsiasi altra cosa devo trasformarle in th/td in modo che poi il codice qui sotto faccia le sue magie
4195
- if (!this.arrayMode && ((_l = this.DynamicRowColumnsDefinition) === null || _l === void 0 ? void 0 : _l.length) > 0) {
4195
+ if (((_l = this.DynamicRowColumnsDefinition) === null || _l === void 0 ? void 0 : _l.length) > 0) {
4196
4196
  this.logger.log("Generating ths and tds from Dynamic definition");
4197
4197
  let ret = this.dynamicMode_H.emitThsAndTdsBasedOnDynamicDefinition();
4198
4198
  ths = ret.ths;