Skip to content

Activate within a tr, but not on ul #12

Description

@rainmedia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions