@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
|
@@ -27239,11 +27239,6 @@ class AppTable {
|
|
|
27239
27239
|
// Listen dataSource loading events
|
|
27240
27240
|
if (this._dataSource)
|
|
27241
27241
|
this.listenDatasourceLoading(this._dataSource);
|
|
27242
|
-
// Enable permanent selection (to keep selected rows after reloading)
|
|
27243
|
-
// (only on desktop, if not already done)
|
|
27244
|
-
if (!this.mobile && !this.permanentSelection) {
|
|
27245
|
-
this.initPermanentSelection();
|
|
27246
|
-
}
|
|
27247
27242
|
}
|
|
27248
27243
|
ngAfterViewInit() {
|
|
27249
27244
|
// Detect when parent ngOnInit() not call
|