0

I'm using tabulator library that allow me to create dynamic tables.
All well but when I try to select a row, I need to call a VueJS method.

The function to catch a double click is: rowDblClickMenu

        rowDblClickMenu: [
            {
                label: "More info",
                action: function (e, row) {
                    console.dir(row)
                    console.dir(e)
                    this.enableModal();
                    // row.delete();
                }
            },
        ],

but this function can't call a method called enablemodal()

PS: I cant use upload image (server error) so I have uploaded it on postimg

Mouhaaammy
  • 11
  • 2

0 Answers0