q-table @row-contextmenu event not being called when table is a grid #17758
Labels
area/components
bug/2-confirmed
We have reproduce the problem and confirmed that this is a bug.
flavour/umd
kind/bug 🐞
Qv2 🔝
Quasar v2 issues
What happened?
Using this minimal example, the console logs a line "hello world" with each right-click on a row. However, changing the table to a grid prevents @row-contextmenu from being called.
What did you expect to happen?
@row-contextmenu should be called regardless of the configuration of the table
Reproduction URL
https://codepen.io/rstoenescu/pen/xxEvBLR
How to reproduce?
This will spawn a notif when right-clicked
This will not, the only change being the addition of the
grid
property.Flavour
UMD
Areas
Components (quasar)
Platforms/Browsers
Microsoft Edge
Quasar info output
No response
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: