This context menu is great . Thank you Dgoguerra. I am using it on my project. Only a small issue. Is it not possible to prevent bootstrap menu from opening on ul tags inside the table within tr tags. It would be nice if there was a "before" option so something like this would prevent it to be opened in ul tags.
before: function (e) { if (e.target.tagName == 'ul') { e.preventDefault();
This context menu is great . Thank you Dgoguerra. I am using it on my project. Only a small issue. Is it not possible to prevent bootstrap menu from opening on ul tags inside the table within tr tags. It would be nice if there was a "before" option so something like this would prevent it to be opened in ul tags.
before: function (e) { if (e.target.tagName == 'ul') { e.preventDefault();