@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.
- package/bundles/esfaenza-es-table.umd.js +1 -1
- 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/fesm2015/esfaenza-es-table.js +1 -1
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 (
|
|
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;
|