@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.
- package/bundles/esfaenza-es-table.umd.js +2 -2
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +2 -2
- package/esm2015/lib/core/handlers/DynamicModeHandler.js +2 -2
- package/fesm2015/esfaenza-es-table.js +2 -2
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 (
|
|
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;
|