@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.
@@ -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