Quasar table row-contextmenu not working
-
Can somebody help me, I want to use @row-contextmenu in q-table to get event and value in table row every time I use right click in my table row, but it’s not working.
-
@rf46 said in Quasar table row-contextmenu not working:
I want to use @row-contextmenu in q-table to get event and value in table row every time I use right click in my table row, but it’s not working.
Did you read this:
@row-contextmenu -> function(evt, row, index)
Isnot
emitted when using body/row/item scoped slotsSee:
https://quasar.dev/vue-components/table#QTable-APIIt works here:
https://codepen.io/ontwikkelfabriek/pen/vYyZXNy