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

MDialog hide behind table triggered by onCellClick #608

Open
kurushimeru opened this issue Nov 2, 2018 · 0 comments
Open

MDialog hide behind table triggered by onCellClick #608

kurushimeru opened this issue Nov 2, 2018 · 0 comments

Comments

@kurushimeru
Copy link

kurushimeru commented Nov 2, 2018

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 ?

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