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
The horizontalAlign prop cannot work correctly when change the column visibility via React hook useState. For instance, there are 2 columns, the horizontalAlign prop of the 1st column is Start and it is End for the 2nd column. The horizontalAlign prop is changed to Start after hiding the first column using useState hook.
Affected Component
ui5-table-header-cell
Expected Behaviour
The horizontalAlign prop should not be changed when the visibility of other columns is changed.