Как сделать всплывающее окно отображаемым в центре экрана в MudSimpletable в Mudblazor С# ⇐ C#
Как сделать всплывающее окно отображаемым в центре экрана в MudSimpletable в Mudblazor С#
I am using mudsimpletable and in each row there is a button on clicking it, I want to open a popup , but instead of opening near the button it opens on far top. How to rectify this.
This is my sample code.
@foreach (var h in headings) { @h } @foreach (var row in rows) { @foreach (var x in row.Split()) { @x } } @canonicalvalue Close This is code snippet:
https://try.mudblazor.com/snippet/GOmoaxYrGrhWiLKQ
I don't know how to make every popup display near the button being clicked.Is there any in-built way or workaround. Thank you!!!
Источник: https://stackoverflow.com/questions/781 ... ble-in-mud
I am using mudsimpletable and in each row there is a button on clicking it, I want to open a popup , but instead of opening near the button it opens on far top. How to rectify this.
This is my sample code.
@foreach (var h in headings) { @h } @foreach (var row in rows) { @foreach (var x in row.Split()) { @x } } @canonicalvalue Close This is code snippet:
https://try.mudblazor.com/snippet/GOmoaxYrGrhWiLKQ
I don't know how to make every popup display near the button being clicked.Is there any in-built way or workaround. Thank you!!!
Источник: https://stackoverflow.com/questions/781 ... ble-in-mud
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение