Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
1k views

PrimeNG- p-draggable-enter class not working

I have the following listbox on my Angular Component item which is a sortable list with a pDraggable and pDroppable method: <p-listbox [options]="listsOptions"> <ng-template let-...
pedrodotnet's user avatar
1 vote
3 answers
15k views

PrimeNg- p-dropdown tooltip on hover

I have a p-dropdown component on my App. Its' configured like this: <p-dropdown [showTransitionOptions]="'0ms'" [hideTransitionOptions]="'0ms'" ...
pedrodotnet's user avatar
2 votes
1 answer
945 views

Angular 7 - PrimeNg ConfirmationDialog problem

I have an Angular App that uses PrimeNg components. I have a problem with ConfirmDialogModule. Here's my html: <p-table [columns]="tableCols" [value]="currentEstablishment.Sales" [rows]="10" [...
pedrodotnet's user avatar
0 votes
1 answer
2k views

PrimeNg - P-Dropdown Not loading Options and styling, not working

I have an Angular project with PrimeNg Library and I want to use p-dropdown component I imported it at app.module file like this: import { DropdownModule } from "primeng/dropdown"; imports: [ ...
pedrodotnet's user avatar
1 vote
1 answer
1k views

How to minimize a prime ng dialog?

I would like to know how can I minimize a prime ng dialog box. I read this but it is not working in Angular 7. Also, as per their site here, the property minimizable is not present Also I am using ...
Running Rabbit's user avatar
0 votes
1 answer
288 views

Pass json string having dynamic data as a source to primeNG datatable

I'll be getting json dynamically from service as follows: {"items":[[{"key": "SerialID","value": "P1.M1.T1"},{ "key": "Description", "value": "Dummy Desc 1"},{ "key": "Label", "value": "A123"}],[{...
guravman's user avatar
  • 151
1 vote
1 answer
2k views

Not getting opened on first click when putting primeng toast on shared component in angular 6

I have used prime ng and put this in shared component so that I can share this p-toast where ever I want but when I am click from parent component to open p-toast it is not getting opened on first ...
Neeraj Rathod's user avatar
1 vote
2 answers
2k views

Disable PrimeNG Calendar month selection in Typescript

I am using PrimeNg Calendar in my angular 7 project, wanted to disable month navigator on some conditions at the component level. Ex: Current Month is February, I want to disable month navigator ...
user2038538's user avatar
2 votes
2 answers
1k views

p-calendar hide under container panel on bs-modal in angular 7

I have used primeNg component on bootstrap's bs-modal,i used scrollbar for multiple notes. when click on p-calendar component, calendar is hiding behind scroll bar. As per showing in image.
Surendranath Sonawane's user avatar
0 votes
1 answer
726 views

Different Child level Headers in Primeng Treetable

How can I implement a primeng tree table with different child level header? I am using angular 7 and primeng V7 Data is like below: { "label":"Parent 1", "data":{ "name":"...
S.Sarkar's user avatar
1 vote
1 answer
1k views

Primeng dropdown is not working in table-angular 8

Tried to get primeng dropdown but not working.I do not know how to do it.If anyone know please help to find a solution. app.component.html: <my-tabs (selectedTabClick)="test($event)"> &...
Nila Vaani's user avatar
0 votes
0 answers
22 views

How to initialize JSON file from web service?

I have an application using angular 7 front part and spring MVC back part.I'm using Primeng to display tables.As an improuvement, I want to display [value]="guichetOuvertModels" from a JSON file: ...
slema imen's user avatar
1 vote
1 answer
631 views

PrimeNg calendar in angular displaying dates in 6 rows

I am using the PrimeNg calendar in my Angular7 project. by default, the calendar displays the date in 6 rows for all months, which is quite unusual. even if the last date of the selected month ends ...
user2038538's user avatar
0 votes
1 answer
1k views

Add html toggle button PrimeNG p-editor

I have added PrimeNG p-editor on my angular 7 application but wanted to add custom button to toggle on HTML and text view as this feature is not supported by primeNG/quill. Also went through this ...
pank's user avatar
  • 77
2 votes
1 answer
4k views

How to get first td value of tr on click in prime ng table

How to get first td value of tr on click condition.If i click the first td i want to get the value in angular 7.Please do not write any inline code for tr. We need to Use only by coding like find ...
Nila Vaani's user avatar

15 30 50 per page