@esfaenza/es-table 15.2.20 → 15.2.21

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.
@@ -1511,6 +1511,8 @@ class DynamicModeHandler {
1511
1511
  getThFromOperation(op) {
1512
1512
  let th = new EsThDirective(null);
1513
1513
  th.th = op.id;
1514
+ th.thFixed = true;
1515
+ th.thVisible = true;
1514
1516
  th.thStaticContent = "";
1515
1517
  return th;
1516
1518
  }