Skip to main content

All Questions

Tagged with
0 votes
1 answer
832 views

PrimeNG: p-tabview - How to set an active Index on a specific header?

I have a common edit component where I am using p-tabview with multiple tab panels. I have another report component from where I need to call the edit component ( which I am able to do but it shows ...
shravs's user avatar
  • 41
0 votes
0 answers
1k views

Angular PrimeNg: Not able to Sort columns

I would like to sort specific columns of a table using Angular PrimeNG component. I added the following code based on the documentation but isn't working as expected. https://www.primefaces.org/...
shravs's user avatar
  • 41
1 vote
1 answer
4k views

Angular PrimeNG: How to style the p-dialog Close icon?

I would like to style the p-dialog's Close Icon. The default 'x' button is in grey color and I would like to change it to white color with font-size increased. I found that we could use .p-dialog-...
shravs's user avatar
  • 41
0 votes
1 answer
2k views

Getting checked items of tree table in an array

I am working on angular app. I am using primeng tree table. My code is as follows: <p-treeTable [value]="files5" [columns]="cols" selectionMode="checkbox" [(...
Nandini's user avatar
  • 11
0 votes
1 answer
376 views

Access sub array in html angular

I am working on angular app. I am using primeng carousel in my app. My code is as follows: <p-carousel [value]="products" [numVisible]="3" [numScroll]="3" [...
Nandini's user avatar
  • 11
0 votes
1 answer
2k views

Binding click event to expansion icon in tree table

I am working on angular app. I am using tree table from primeng. In this tree table I have a expansion icon. Code is as follows: Stackblitz : https://stackblitz.com/edit/primeng-treetablestyle-demo I ...
user avatar
0 votes
1 answer
356 views

PrimeNG 9 : Creating a new page or deleting an existing page in a paginated p-table - How?

Ok, so i am creating this reusable table using PrimeNG 9. <p-table [paginator]="true" [rows]="10" dataKey="id" [value]="rows"> The table works fine for ...
GhOsT's user avatar
  • 236
0 votes
0 answers
1k views

Primeng Field Reset Form only works for first time

StackBlitz https://stackblitz.com/edit/primeng-password-demo-tnbf5v?file=src/app/app.component.ts Now I have p-password field, and a reset button, I have used this p-password field inside a formGroup. ...
Kiran Shinde's user avatar
  • 5,922
2 votes
1 answer
3k views

how to show custom data selected' optionLabel dropdown primeng

I want to show selected custom data on dropdown in primeng show selected data same as shown on dropdown list Please see both the images <div class="p-grid" *ngIf="deleteUser" ...
keshav godani's user avatar
1 vote
1 answer
1k views

How do I pass calendar format values in database using primeng component?

I have created a .html and .ts file (code as below), I have used primeng component to set the calendar and the values I'm getting the data from the calendar is {Sat Mar 16 2021 10:58:55 GMT+0530 (...
Rahul's user avatar
  • 11
1 vote
1 answer
2k views

click event not working in PrimeNg List box inside template

I am trying to add click event inside the template of list box in prime Ng but event is not listened below is the stackblitz code and demo link. Below is the code <h5>Single</h5> <p-...
kushal Baldev's user avatar
1 vote
1 answer
908 views

Primeng Theme change

Can I use primeNg 5 omega theme with in my project (which I upgraded from angular 5 to 10) by storing the theme folder inside my assets(my primeng version will remain 10)?
Nihar Ranjan Das's user avatar
1 vote
1 answer
616 views

Can I use Primeng 5 with in angular 10 project?

I am upgrading my angular 5 application to angular 10. I want to continue with the same primeng version ie 5.2.0 .
Nihar Ranjan Das's user avatar
1 vote
1 answer
5k views

How to get the confirmation service of primeng wait for the approval or denial of the user?

How can I make the primng confirmation service behave equal to the browser native confirm? When a user clicks on a button, I need under certain conditions to request their confirmation to proceed, in ...
Mario's user avatar
  • 4,952
0 votes
1 answer
157 views

Console error in Angular 10 when page loads

I am preparing an array like the below when my page load (ngOnInit() method). But when the page loads I am getting an error in console as ERROR Error: Cannot find a differ supporting object '[object ...
User's user avatar
  • 383

15 30 50 per page