Angular Material的MatTableDataSource在从一个组件重定向到另一个组件后没有更新。
创始人
2024-10-19 23:00:50
0

问题描述: 在Angular应用程序中使用Angular Material的MatTableDataSource时,当从一个组件重定向到另一个组件后,数据源没有更新。

解决方法: 要解决这个问题,可以尝试以下步骤:

  1. 确保在重定向到另一个组件之前,已经更新了数据源。可以在组件中的某个方法中更新数据源,例如在ngOnInit()方法中获取最新的数据。
import { Component, OnInit } from '@angular/core';
import { MatTableDataSource } from '@angular/material/table';

@Component({
  selector: 'app-my-component',
  templateUrl: './my-component.component.html',
  styleUrls: ['./my-component.component.css']
})
export class MyComponent implements OnInit {
  dataSource: MatTableDataSource;

  constructor(private myService: MyService) { }

  ngOnInit(): void {
    this.loadDataSource();
  }

  loadDataSource(): void {
    this.myService.getData().subscribe(data => {
      this.dataSource = new MatTableDataSource(data);
    });
  }
}
  1. 使用路由守卫在导航到另一个组件之前等待数据源的更新。可以使用CanDeactivate守卫或Resolve守卫来实现。
import { Injectable } from '@angular/core';
import { CanDeactivate } from '@angular/router';
import { Observable } from 'rxjs';

@Injectable({
  providedIn: 'root'
})
export class DataLoadedGuard implements CanDeactivate {
  canDeactivate(component: any): Observable | Promise | boolean {
    // 检查数据源是否已加载
    return component.dataSource && component.dataSource.data.length > 0;
  }
}

然后在路由配置中使用这个守卫:

import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { MyComponent } from './my-component/my-component.component';
import { AnotherComponent } from './another-component/another-component.component';
import { DataLoadedGuard } from './data-loaded.guard';

const routes: Routes = [
  { path: '', component: MyComponent, canDeactivate: [DataLoadedGuard] },
  { path: 'another', component: AnotherComponent }
];

@NgModule({
  imports: [RouterModule.forRoot(routes)],
  exports: [RouterModule]
})
export class AppRoutingModule { }

这样在导航到另一个组件之前,会检查数据源是否已加载,如果没有加载则阻止导航。

  1. 在另一个组件中,可以使用ActivatedRoute的paramMap属性来监听参数的变化,并在参数变化时重新加载数据源。
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute } from '@angular/router';
import { MyService } from './my.service';

@Component({
  selector: 'app-another-component',
  templateUrl: './another-component.component.html',
  styleUrls: ['./another-component.component.css']
})
export class AnotherComponent implements OnInit {
  constructor(private route: ActivatedRoute, private myService: MyService) { }

  ngOnInit(): void {
    this.route.paramMap.subscribe(params => {
      const id = +params.get('id');
      this.loadDataSource(id);
    });
  }

  loadDataSource(id: number): void {
    this.myService.getDataById(id).subscribe(data => {
      // 更新数据源
      this.dataSource = new MatTableDataSource(data);
    });
  }
}

通过监听参数变化,在每次导航到另一个组件时,都会重新加载数据源。

希望这些解决方法对你有帮助!

相关内容

热门资讯

透视总结!hardrock透视... 透视总结!hardrock透视工具,wpk插件(透视)原来真的有挂(哔哩哔哩)1、任何hardroc...
透视法子!wpk辅助软件,wp... 您好,wpk辅助软件这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家...
透视项目!wepoker有辅助... 透视项目!wepoker有辅助插件吗,wepoker免费脚本(透视)真是有挂(哔哩哔哩)1、下载好w...
透视窍要!拱趴大菠萝机器人,德... 透视窍要!拱趴大菠萝机器人,德州局怎么透视(透视)确实是真的脚本app(哔哩哔哩)1、实时拱趴大菠萝...
透视资料!wepoker辅助透... 透视资料!wepoker辅助透视,sohoo poker辅助器(透视)总是是真的挂(哔哩哔哩)小薇(...
透视指南!impoker辅助,... 透视指南!impoker辅助,来玩app破解(透视)总是是真的透视工具(哔哩哔哩)1、每一步都需要思...
透视模板!hhpoker德州有... 透视模板!hhpoker德州有挂吗,hhpoker是真的还是假的(透视)本来真的是有脚本教程(哔哩哔...
透视模块!hhpoker是真的... 透视模块!hhpoker是真的吗,大菠萝辅助器(透视)好像是真的挂(哔哩哔哩)1、下载好hhpoke...
透视妙计!德普之星怎么开辅助,... 透视妙计!德普之星怎么开辅助,德普之星私人局辅助器(透视)竟然真的有透视软件(哔哩哔哩)1、德普之星...
透视策略!werplan怎么透... 透视策略!werplan怎么透视,wpk私人辅助(透视)一直有挂(哔哩哔哩)亲,关键说明,werpl...