Opening a dialog in Flexible Column layout Screen #11375
Unanswered
aaniket364
asked this question in
Q&A
Replies: 1 comment
-
@aaniket364 do you want to report an issue and add a stackblitz example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
I have 2-Column Flexible layout screen, I have an click event in the right column of the layout which should open a dialog only on the centre of the right column/right portion of the screen, not the whole screen.
I tried providing the reference of the div which is on the right column of the screen using
container
attribute ofDialogConfig
, but still the dialog is getting appended to the body and not the provided reference(which in my opinion is a bug).Any Idea how i can implement the above mentioned behaviour?
Beta Was this translation helpful? Give feedback.
All reactions