gpt4 book ai didi

angular - MatSort 不工作。抛出错误 : MatSortHeader must be placed within a parent element with the MatSort directive

转载 作者:太空狗 更新时间:2023-10-29 17:30:11 27 4
gpt4 key购买 nike

我在 matHeaderCellDef 上指定 ma​​t-sort-header 属性以在 Angular Material 中创建可排序表后,出现以下错误

MatSortHeader must be placed within a parent element with the MatSort directive.

<mat-table #table matSort [dataSource]="myHttpDataSource">
....
<ng-container matColumnDef="myColumnName">
<mat-header-cell *matHeaderCellDef mat-sort-header></mat-header-cell>
<mat-cell *matCellDef="let row"> {{row.somedetails}} </mat-cell>
</ng-container>
</mat-table>

感谢任何指点/帮助

最佳答案

将 'matSort' 属性添加到 mat-table

<mat-table #table [dataSource]="dataSource" matSort>
</mat-table>

关于angular - MatSort 不工作。抛出错误 : MatSortHeader must be placed within a parent element with the MatSort directive,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51019913/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com