Questions tagged [primeng-dialog]
35 questions
0
votes
1 answer
How to re-render an included component on click function?
I have a list component and in it a dialog which contains a form component that I am using for editing and creating new data. The component is separate (within the same module) and is called inside a dialog like this:

newb1849
- 219
- 2
- 8
0
votes
1 answer
How to reload the contents of a PrimeNG Dialog
I am using Angular PrimeNG and I have the following scenario
Problem here is whenever I try to…

Syed Faizan
- 901
- 3
- 14
- 28
-1
votes
1 answer
PrimeNG p-dialog modal non-responsive
I am using a PrimeNG p-dialog control:
We use these all over the system in a similar manner and they work fine. This…

Patrick
- 5,526
- 14
- 64
- 101
-1
votes
1 answer
How to set a margin position for primeNG overlay pannel?
I want to set margin-top and margin-left position for primeNG overlay panel dynamically. How to achieve this?

Sathish kumar Ramalingam
- 267
- 4
- 8
-1
votes
1 answer
Extend PrimeNG Components
Trying to extend the dialog functionality from PrimeNG Library
The Error occurs when dialog is displayed, no errors when not displayed
this.containerViewChild is undefined
What I have
import { Component, Input, OnInit, Output, forwardRef } from…

Ya Wang
- 1,758
- 1
- 19
- 41