https://github.com/vmaimone/vue-context-menu/blob/973177fae99d873ba31eaef59003df56ee11398e/src/ctx-menu.js#L82 ``` this.$emit('ctx-open', this.locals = data || {}, e) ``` I connected the menu to the table and I need to get the text from the cell I clicked on
vue-context-menu/src/ctx-menu.js
Line 82 in 973177f
I connected the menu to the table and I need to get the text from the cell I clicked on