You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: