Skip to content

maxResizableWidth disables minResizableWidth during constrained resizing #4985

Description

@zstoyanova9

Description

In constrained resizing mode, if a column has minResizableWidth set and its neighbor has maxResizableWidth set, dragging the resize handle can shrink the first column below its configured minimum once the neighbor reaches its own maximum.

Steps To Reproduce

  1. Open the folloeing StackBlitz example - https://stackblitz.com/edit/wzwnkbjw
  2. Drag-resize the Name column's handle to the left and observe how the column's minResizableWidth is ignored and it can get up to the point where the Name column is not visible at all.

Actual Behavior

The dragged column can be resized down to nearly zero width.

Expected Behavior

The dragged column should not be able to shrink below its own minResizableWidth.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions