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