@esfaenza/es-table 19.2.15 → 19.2.17
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.
|
@@ -1425,7 +1425,6 @@ class ColumnMetadataHandler {
|
|
|
1425
1425
|
if (this.est.viewMode)
|
|
1426
1426
|
setTimeout(() => {
|
|
1427
1427
|
if (this.est.MainGroupView) {
|
|
1428
|
-
//this.emitSearchRequest(true, this.MainGroupView);
|
|
1429
1428
|
for (let i = 0; i < this.est.groupSearchRequestsCache.length; i++) {
|
|
1430
1429
|
let view = this.est.groupSearchRequestsCache[i].view;
|
|
1431
1430
|
view.columns = this.est.MainGroupView.columns;
|
|
@@ -4490,7 +4489,7 @@ class EsTableComponent {
|
|
|
4490
4489
|
}
|
|
4491
4490
|
this.finalizeContext();
|
|
4492
4491
|
this.postBoundSourceCalculation();
|
|
4493
|
-
if (this.View && !this.View.selfsearch && this.EsTableHandledSearch) {
|
|
4492
|
+
if (this.View && !this.View.selfsearch && this.EsTableHandledSearch && !this.View.firstsearch) {
|
|
4494
4493
|
this.View.selfsearch = true;
|
|
4495
4494
|
this.changed(true);
|
|
4496
4495
|
this.onSearchRequest.emit(false);
|