@esfaenza/es-table 15.2.35 → 15.2.36
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/esm2020/lib/components/es-table/es_table.component.mjs +2 -2
- package/esm2020/lib/core/handlers/ColumnMetadataHandler.mjs +1 -2
- package/fesm2015/esfaenza-es-table.mjs +1 -2
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +1 -2
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1434,7 +1434,6 @@ class ColumnMetadataHandler {
|
|
|
1434
1434
|
if (this.est.viewMode)
|
|
1435
1435
|
setTimeout(() => {
|
|
1436
1436
|
if (this.est.MainGroupView) {
|
|
1437
|
-
//this.emitSearchRequest(true, this.MainGroupView);
|
|
1438
1437
|
for (let i = 0; i < this.est.groupSearchRequestsCache.length; i++) {
|
|
1439
1438
|
let view = this.est.groupSearchRequestsCache[i].view;
|
|
1440
1439
|
view.columns = this.est.MainGroupView.columns;
|
|
@@ -4481,7 +4480,7 @@ class EsTableComponent {
|
|
|
4481
4480
|
}
|
|
4482
4481
|
this.finalizeContext();
|
|
4483
4482
|
this.postBoundSourceCalculation();
|
|
4484
|
-
if (this.View && !this.View.selfsearch && this.EsTableHandledSearch) {
|
|
4483
|
+
if (this.View && !this.View.selfsearch && this.EsTableHandledSearch && !this.View.firstsearch) {
|
|
4485
4484
|
this.View.selfsearch = true;
|
|
4486
4485
|
this.changed(true);
|
|
4487
4486
|
this.onSearchRequest.emit(false);
|