@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.
- package/bundles/esfaenza-es-table.umd.js +7 -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 +8 -2
- package/fesm2015/esfaenza-es-table.js +7 -1
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -4161,7 +4161,13 @@ class EsTableComponent {
|
|
|
4161
4161
|
viewOverride.internalsearchrequest = true;
|
|
4162
4162
|
}
|
|
4163
4163
|
this.researchInProgress = true;
|
|
4164
|
-
this.
|
|
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.
|