Skip to content

minWidth doesn't override the default 136px min width when autosizing columns without width #16057

@ChronosSF

Description

@ChronosSF

Description

In a grid with columns that don't have width set, the width defaults to 136px with the property minWidth that should affect this (by spec) not having any effect.

  • igniteui-angular version: latest
  • browser: n/a

Steps to reproduce

  1. Open https://stackblitz.com/edit/d37qt97a-gqnfqw6y
  2. Observe the column widths of columns after the first one

Result

The columns disregard the min width and render at the default width of 136px

Expected result

The columns to render at the specified minWidth of 44px (as they are overflowing the container anyway, even at 44px)

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions