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
If the "reorderable" for the columns is enabled and if there is an open columnMenu, clicking on another column menu closes both menus. The expected behavior is that only the initially opened menu is closed and the newly clicked one will open.
While the menu of the first column is opened, click to open the column menu for the second column
You will notice that both menus will close.
Disabling the "reorderable" will demonstrate the correct behavior.
Additional note
As a solution, we might exclude the column menu elements from triggering the reordering of the columns
Browser
Version: 5.1.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If the "reorderable" for the columns is enabled and if there is an open columnMenu, clicking on another column menu closes both menus. The expected behavior is that only the initially opened menu is closed and the newly clicked one will open.
To Reproduce
Open the following example:
https://stackblitz.com/edit/xe1yea?file=src%2Fmain.vue
You will notice that both menus will close.
Disabling the "reorderable" will demonstrate the correct behavior.
Additional note
As a solution, we might exclude the column menu elements from triggering the reordering of the columns
Browser
Version: 5.1.0
The text was updated successfully, but these errors were encountered: