当 mat-table 行展开时进行 API 调用

Make API call when mat-table row is expanded

我想在用户选择一行时进行 API 调用,以在扩展中显示该特定记录的更多详细信息。我指的是 https://stackblitz.com/angular/ngrkjbrexbj?file=app%2Ftable-expandable-rows-example.ts。有什么办法可以实现吗?

有一个 (click) 侦听器将 expandedElement 设置为当前的行元素。加入此事件。

https://stackblitz.com/edit/angular-35wzca

当行展开时,您将在控制台中看到 console.log 消息。