Skip to content

bug(material/table): fixedLayout not applied #26565

Open
@rengert

Description

@rengert

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

14.2.0

Description

If the attribute fixedLayout is set, the styling is not applied. The corresponding css classes are, but the style not. Table layout is always set to auto.

Reproduction

Steps to reproduce:

  1. set fixedLayout to true
  2. Check the style of table

Expected Behavior

The table-layout: fixed style is applied

Actual Behavior

The table-layout: auto style is applied, wenn fixedLayout is true

Environment

  • Angular:15.1.1
  • CDK/Material:15.1.1
  • Browser(s):Chrome
  • Operating System (e.g. Windows, macOS, Ubuntu): MacOs

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/table

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions