【问题标题】:Vertical scroll bar and fixed headers with mat-table垂直滚动条和带有 mat-table 的固定标题
【发布时间】:2019-08-11 13:27:56
【问题描述】:

我想知道如何使用 Angular Material mat-table 仅显示行的垂直滚动条(标题不移动)。当我在 mat-table 样式中设置 overflow: auto 和 max-height 时,整个表格(包括标题)都会滚动。 感谢您的帮助。

【问题讨论】:

    标签: css angular-material mat-table


    【解决方案1】:

    你可以使用MatHeaderRowDef的sticky属性:

    <tr mat-header-row *matHeaderRowDef="displayedColumns; sticky: true"></tr>
    

    【讨论】:

    • @corleone88 很高兴它有帮助。如果解决了问题,请采纳。
    猜你喜欢
    • 1970-01-01
    • 2019-09-26
    • 1970-01-01
    • 2016-10-11
    • 2022-10-20
    • 2011-02-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多