@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.
@@ -4678,7 +4678,13 @@
4678
4678
  viewOverride.internalsearchrequest = true;
4679
4679
  }
4680
4680
  this.researchInProgress = true;
4681
- this.onSearchRequest.emit(viewOverride ? viewOverride : resetsPage);
4681
+ if (this.View && !this.View.selfsearch && this.EsTableHandledSearch) {
4682
+ this.View.selfsearch = true;
4683
+ this.changed(true);
4684
+ this.onSearchRequest.emit(false);
4685
+ }
4686
+ else
4687
+ this.onSearchRequest.emit(viewOverride ? viewOverride : resetsPage);
4682
4688
  };
4683
4689
  /**
4684
4690
  * Partendo dagli **EsTds** bindati genera, all'interno del dizionario **TMPRowTDs** tutti i contesti dei vari oggetti.