Skip to content

MDialog hide behind table triggered by onCellClick #608

Description

@kurushimeru

Hi,

I've create at ng2-table standard, with the event (cellClicked)="onSelect($event)".

In my component :

public onSelect(data: any) {
        var config = new MdDialogConfig();

        config.position = {
            top: '-500px',
            left: '230px'
        };

        config.data = {
            groupeId: data.row["Id"]
        };

        this.dialog.open(DetailComponent, config);
    }

My dialog modal is correctly opened but is behind the table. How to fix that ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions