You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When reducing the width of the column by dragging the resizer, the resizer jumps back to its original position when entering the area of the previous column.
Reduce the size of a column by dragging the resizer and leave the current column
See that the column has reset its width
Expected behavior
While resizing a column and moving the resizer past its start point, the column should stay at its min-width and not jump back to its previous size.
UI5 Web Components for React Information @ui5/webcomponents-react version: 0.22.2
Additional informations:
Internally we use react-table to implement the AnalyticalTable and resizing of columns is currently handled by the useResizeColumns plugin hook. To fix this issue, a custom hook is probably necessary.