@esfaenza/es-table 11.2.109 → 11.2.110

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.
@@ -4161,7 +4161,13 @@ class EsTableComponent {
4161
4161
  viewOverride.internalsearchrequest = true;
4162
4162
  }
4163
4163
  this.researchInProgress = true;
4164
- this.onSearchRequest.emit(viewOverride ? viewOverride : resetsPage);
4164
+ if (this.View && !this.View.selfsearch && this.EsTableHandledSearch) {
4165
+ this.View.selfsearch = true;
4166
+ this.changed(true);
4167
+ this.onSearchRequest.emit(false);
4168
+ }
4169
+ else
4170
+ this.onSearchRequest.emit(viewOverride ? viewOverride : resetsPage);
4165
4171
  }
4166
4172
  /**
4167
4173
  * Partendo dagli **EsTds** bindati genera, all'interno del dizionario **TMPRowTDs** tutti i contesti dei vari oggetti.