@esfaenza/es-table 11.2.140 → 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.
@@ -1917,7 +1917,7 @@
1917
1917
  if (!this.est.TMPBoundSource || this.est.TMPBoundSource.length == 0)
1918
1918
  return;
1919
1919
  var useGenericItems = !!this.est.TMPBoundSource[0]["properties"];
1920
- if (!useGenericItems || (this.est.FirstBind && this.est.DynamicRowColumnsDefinition && this.est.DynamicRowColumnsDefinition.length > 0))
1920
+ if (!useGenericItems || (!this.est.FirstBind && this.est.DynamicRowColumnsDefinition && this.est.DynamicRowColumnsDefinition.length > 0))
1921
1921
  return;
1922
1922
  if ((!this.est.DynamicRowColumnsDefinition || this.est.DynamicRowColumnsDefinition.length == 0)) {
1923
1923
  var props = this.est.TMPBoundSource[0]["properties"];
@@ -4723,7 +4723,7 @@
4723
4723
  // N.B: Rispettare l'ordine di queste 3 macrocategorie è VITALE
4724
4724
  // ************************************* Sistemazioni di TH, TD, e visibilità varie *************************************
4725
4725
  // 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
4726
- if (!this.arrayMode && ((_l = this.DynamicRowColumnsDefinition) === null || _l === void 0 ? void 0 : _l.length) > 0) {
4726
+ if (((_l = this.DynamicRowColumnsDefinition) === null || _l === void 0 ? void 0 : _l.length) > 0) {
4727
4727
  this.logger.log("Generating ths and tds from Dynamic definition");
4728
4728
  var ret_1 = this.dynamicMode_H.emitThsAndTdsBasedOnDynamicDefinition();
4729
4729
  ths = ret_1.ths;