Angularmaterial排序表头在更改数据源后无法工作
创始人
2024-10-28 10:01:04
0

在更改数据源后,需要手动重新设置排序表头的数据源。这可以通过以下步骤实现:

  1. 在 HTML 模板中,找到包含排序表头的 mat-table 元素,将其绑定到模板引用变量中:

  2. 在组件类中,使用 ViewChild 装饰器和 @Input() 装饰器声明这个引用变量:

    @ViewChild('table') table: MatTable; @Input() dataSource: MatTableDataSource;

  3. 在更改数据源后,重新设置表头的数据源:

    this.dataSource = new MatTableDataSource(data); this.table.dataSource = this.dataSource;

  4. 现在,表头排序应该正常工作了。

完整的代码示例:

HTML 模板:


  
     Name 
     {{item.name}} 
  
  
     Age 
     {{item.age}} 
  
  
  

组件类:

import { Component, OnInit, ViewChild, Input } from '@angular/core';
import { MatTableDataSource, MatSort } from '@angular/material';

@Component({
  selector: 'app-table',
  templateUrl: './table.component.html',
  styleUrls: ['./table.component.scss']
})
export class TableComponent implements OnInit {
  displayedColumns: string[] = ['name', 'age'];
  dataSource: MatTableDataSource;

  @ViewChild(MatSort, { static: true }) sort: MatSort;
  @ViewChild('table') table: MatTable;
  @Input() data: any[];

  ngOnInit() {
    this.dataSource = new MatTableDataSource(this.data);
    this.dataSource.sort = this.sort;
    this.table.dataSource = this.dataSource;
  }

  ngOnChanges(changes) {
    if (changes.data) {
      this.dataSource = new MatTableDataSource(changes.data.currentValue);
      this.dataSource.sort = this.sort;
      this.table.dataSource = this.dataSource;
    }

相关内容

热门资讯

透视课程!epoker免费透视... 透视课程!epoker免费透视脚本,拱趴大菠萝万能挂(透视)好像是有脚本技巧(哔哩哔哩)1、用户打开...
透视窍门!aapoker辅助怎... 透视窍门!aapoker辅助怎么用,wepoker怎么设置透视(透视)竟然真的有挂(哔哩哔哩)小薇(...
透视烘培!epoker底牌透视... 透视烘培!epoker底牌透视,德州局透视脚本下载安装最新版本(透视)竟然有透视攻略(哔哩哔哩)该软...
透视办法!we poker免费... 透视办法!we poker免费辅助器,wepoker私局辅助(透视)一直是有挂(哔哩哔哩)1、玩家可...
透视妙计!wepoker有辅助... 透视妙计!wepoker有辅助插件吗,wepoker手机版辅助(透视)一直有脚本工具(哔哩哔哩)1)...
透视举措!wpk插件辅助,hh... 透视举措!wpk插件辅助,hhpoker真的假的(透视)原来是有挂(哔哩哔哩)1、许多玩家不知道hh...
透视手册!wpk真吗,wpk有... 透视手册!wpk真吗,wpk有那种辅助吗(透视)真是是真的脚本神器(哔哩哔哩)1、许多玩家不知道wp...
透视秘籍!pokermaste... 透视秘籍!pokermaster修改器,德州局怎么透视(透视)原来是有挂(哔哩哔哩)透视秘籍!pok...
透视窍门!竞技联盟辅助插件,p... 透视窍门!竞技联盟辅助插件,pokemmo手机版脚本免费(透视)其实存在有透视插件(哔哩哔哩)1、金...
透视演示!aapoker辅助器... 透视演示!aapoker辅助器是真的吗,哈糖大菠萝能开挂吗(透视)切实存在有挂(哔哩哔哩)1、aap...