Most voted "primeng" questions
Use this tag for questions about Primeng, a collection of user interface components for Angular. Issues marked with [primeng] should also be marked with [angular].
Learn more…7 questions
Sort by count of
-
1
votes1
answer113
viewsPrimeng grid does not work
I am using several components of primeng normally as buttons, inputs, menu, etc. All working normally in my design at angular 10. Except the grid is simply not organizing anything on the screen, for…
-
0
votes0
answers21
viewsHow to apply resize to Primeng (p-table) Frozencolumns
I’m trying to use pResizableColumn in p-table, and it works, but in frozenColumns the behavior is very strange, I couldn’t find a way to work. I looked in several places and some even show a way to…
-
0
votes0
answers42
viewsError while adding create a component using Primeng
Speaks blz guys? I’m learning primeng but I can not run my project. I did the correct steps of the documentation and I see that I have error here but I could not solve. Steps I did was: I installed…
-
0
votes0
answers10
viewsHow to grab the label of a multiselect clicked on Ngprime?
I’m working on a project that uses Ngprime and Angular 10. I need to get the label of the checkbox that was clicked, only I don’t find any property that returns the label, only the complete list. I…
-
0
votes1
answer18
viewsHow to set the value of a dropdown (primeNg) taking only one property of the object
I created a dropdown field where I want to send only a number as a select value. But to list the options dropdown created an object name: string, id: number to render the name on the screen. I would…
-
0
votes0
answers9
viewsDisplay only 4 indicators in the Carousel (Primeng)
Good night, you guys. I’m trying to leave only 4 Carousel indicators being displayed on his footer. I am using Primeng, but on the indicators I did not find in the documentation something that…
-
-1
votes0
answers9
viewsHow to update the list on screen - Picklist (Angular)
HTML <app-navbar actor ="cord"></app-navbar> <h1 class="center">Gerenciar Áreas de Atuação</h1> <div class="largura"> <p-pickList [showTargetControls]="false"…