@sumaris-net/ngx-components 2.4.107 → 2.4.108
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/src/app/core/table/table.class.mjs +1 -6
- package/fesm2015/sumaris-net.ngx-components.mjs +0 -5
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +0 -5
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -27753,11 +27753,6 @@ class AppTable {
|
|
|
27753
27753
|
// Listen dataSource loading events
|
|
27754
27754
|
if (this._dataSource)
|
|
27755
27755
|
this.listenDatasourceLoading(this._dataSource);
|
|
27756
|
-
// Enable permanent selection (to keep selected rows after reloading)
|
|
27757
|
-
// (only on desktop, if not already done)
|
|
27758
|
-
if (!this.mobile && !this.permanentSelection) {
|
|
27759
|
-
this.initPermanentSelection();
|
|
27760
|
-
}
|
|
27761
27756
|
}
|
|
27762
27757
|
ngAfterViewInit() {
|
|
27763
27758
|
// Detect when parent ngOnInit() not call
|