q-table, any way to attach custom right mouse button menu to a column?
-
I want to be able to RMB on a column and choose some menu action
I have no idea how I’d do that with a q-table, can’t see any such example
Thanks
-
You can control what is done in set of cells in a column via the
body-cell-[name]
slot. [name] being the column name. There isn’t an example showing this exactly, but using it is similar to how thebody
slot is being used here.https://v1.quasar-framework.org/vue-components/table#Example--Popup-editing
Scott
-
Aha, that’s very useful, thanks