Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate within a tr, but not on ul #12

Open
rainmedia opened this issue Apr 7, 2017 · 1 comment
Open

Activate within a tr, but not on ul #12

rainmedia opened this issue Apr 7, 2017 · 1 comment

Comments

@rainmedia
Copy link

rainmedia commented Apr 7, 2017

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();

@rainmedia
Copy link
Author

Desperately need this I would appreciate if anyone can help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant