@esfaenza/es-table 15.2.21 → 15.2.22
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.
|
@@ -1519,6 +1519,7 @@ class DynamicModeHandler {
|
|
|
1519
1519
|
getTdFromOperation(op) {
|
|
1520
1520
|
let td = new EsTdDirective(null);
|
|
1521
1521
|
td.td = op.id;
|
|
1522
|
+
td.tdVisible = true;
|
|
1522
1523
|
td.tdIconClass = op.iconClass;
|
|
1523
1524
|
td.tdConditionField = op.conditionField;
|
|
1524
1525
|
td.tdConditionValue = op.conditionValue;
|