Mat-Sort funktioniert nicht in dynamisch erzeugter Tabelle

  @ViewChild(MatSort, {static: false})
  set sort(value: MatSort) {
    this.dataSource.sort = value;
  }
Vast Vicuña