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
- Open the folloeing StackBlitz example - https://stackblitz.com/edit/wzwnkbjw
- 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.
Description
In constrained resizing mode, if a column has
minResizableWidthset and its neighbor hasmaxResizableWidthset, dragging the resize handle can shrink the first column below its configured minimum once the neighbor reaches its own maximum.Steps To Reproduce
minResizableWidthis 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.