Questions tagged [primeng]

Ask Question

Use this tag for questions about PrimeNG, a collection of UI Components for Angular. Questions tagged [primeng] should also be tagged [angular], but NOT [primefaces].

3,979 questions 1

0votes0answers15views

PrimeNG editor: & parsing issue

I am using PrimeNG p-editor in my Angular project. When I type & in the editor, it does not parse it correctly and parses it as & Even the documentation page of PrimeNG editor has the same ... user avatar Mak

  • 510
0votes0answers7views

Angular PrimeNg MegaMenu - Sub menu items panel does not go away after selecting and clicking one sub menu item

I have an angular primeng megamenu added where the list or the model is coming from a json file which is loaded during the Component's OnInit When I click on the Parent Menu Item, it shows me the sub ... user avatar Glendz

  • 1
0votes1answer23views

Expandable Rows in p-table with nested FormArray in Angular

I am working with Prime-ng, and I need to expand my registration forms with FormArray and continue to dynamically display other child forms. The image shows what I'm trying to achieve. In my ... user avatar Wilmer

  • 33
0votes0answers11views

Angular PrimeNG MegaMenu - Menu SubItems does not show when you hover on the parent menu item except when you first click one parent menu

I have this weird problem for my Angular PrimeNg Mega Menu. During page load it shows my the Menu List. When I hover on the parent menu items, my CSS is triggered making the hovered parent menu item ... user avatar Glendz

  • 1
1vote0answers11views

PrimeNG DataView and p-fieldset giving unexpeted behaviors in angular 13

I have a small angular app in which I want to use DataView and p-fieldset to display some informations. This is the view: <p-dataView #dv [value]="defaultRoles" ... user avatar Himmels DJ

  • 186
0votes1answer33views

How to preselect PrimeNG Checkbox items?

I am not able to get already selected item. In this code in rp which is an array of type Permission which has one element in it , So basically that value should be selected when I load this div. What ... user avatar Benezir

  • 51
1vote0answers16views

Picklist element in angular

currently I'm building app using angular and ng-zorro component, but I want something like picklist component in primeng. Is there any standalone package for this particular component? I need it to ... user avatar Who

  • 31
-1votes0answers17views

primeNG p-dropdown position not alined

How to set the primeNG dropdown overlay related to p-dropdown-trigger. Now it is miss aligned.like this I was changed the p-dropdowm width relative to the content width.after that its behave like ... user avatar arj

  • 657
0votes0answers25views

How to add the property pInitEditableRow of p-table in the Menu Items defined in TypeScript to allow the editing of row in the DataTable?

This is My HTML:- <td *ngIf="!editing"> <div> <p-button (onClick)=&... user avatar Benezir

  • 51
1vote1answer19views

PrimeNG ptable - implement different logic for all the dynamic rows

I'm working on a Payment verification functionality in which the user enters the transaction id and a button click checks it. The table of all the transactions are fetched from an API which then ... user avatar ethic0

  • 13
-1votes0answers11views

How do i edit the node of p-tree

I need some help. I have p-tree which is showing project -> subproject-> scripts and want to edit the tree node(script). see the below image. user avatar Vivek Sharma

  • 1
0votes0answers22views

primeNG p-columnFilter showing but not working if used in a template

I need to use a structure like this. The template shows correctly but the filters are not working. How can i fix? //foo2 component.html <app-foo1> <ng-template #filtersTemplate> ... user avatar jackmounts

  • 1
0votes1answer20views

How to add components inside p-accordionTab header

I am kind of struggling with a small situation here. I have a p-acccordionTab like this <p-accordion> <p-accordionTab header="Just testing"> <h5>Nothing here</h5> ... user avatar sudhanva shankara.m

  • 7
0votes1answer36views

Disable certain ng-template items in p-dropdown

I have a p-dropdown contructed with ng-template (this dropdown presents Languages that can be selected.) I need the languages that have been already selected, to be disabled. This is my dropdown: <... user avatar Katia S.

  • 31
0votes1answer22views

Issue: PrimeNG Datatable Column Filter does not match to piped altered data in the field

[updated] The issue is when using the PrimeNG Column Filter to search it does not match to what is being displayed but matches to the original value. As an example I'm using longitude and latitude ... user avatar edjm

  • 4,030

153050per page

1 2 3 4 5266

You Might Also Like