Skip to content

Feature: Pass data in the click() function #81

@CyberneticNomad-v808

Description

@CyberneticNomad-v808

Use Case: I have a multi-select box and have set the right-click menu to work on each of the multi-select options. When I do this I can display the data from that item but I can't pass it in the click function; data is not visible in the ng-template tag. What I would like to be able to do is this:

<ng-template shContextMenuItem let-data (click)="editDefaultOfferContent(data.id)">

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