I created a angular 13 and PrimeNG 13. I generated a component named header. I am trying to add Mega menu . How do i add it on header component. I am trying to
I am developing Angular application where i have a button inside forloop on click open a context menu. I only want only one menu to be opened. currently multipl
I'm working with PrimeNg to filter columns on my p-table. I have p-multiSelect nested inside a p-ColumnFilter. The filtering is working as expected, however the
I want to set two values in one label. As an example, if I open dropdown it should show as "value1 value2" in one line with space. value1 and value2 data are
I am working in an Angular 10 app. When using a tablet, opening a p-calendar primeng component opens the soft keyboard, triggering a window resize event. p-cale
I'm using PrimeNG's tooltip and am trying to make it wider when it has lots of text in it, but it is not responding to anything I try. I have tried using Prime
The user, after a research that loads values in table, can use pagination to show the other pages with the other value. The problem is that the user see pagina
I am using PrimeNG OverlayPanel to be displayed in dropdown click but I have a problem to move default left arrow to right position. I tried everything that was
I wanted to have a 'Add Tab' button, on clicking that button i want to add a new Tab(tabPanel) to existing list of tabView. Till now i am able to achieve the ad
I have been using mat-tab in conjunction with prime-ng table and have been trying really hard to make sure that pagination drop down number doesn't get clipped
Checked box and select sans icons. I've added the primeicons library per: https://github.com/primefaces/primeng/wiki/Migration-Guide However, something is st
I want to call a method when I open a component, so I've tested some method, no one works just (onSelect) event works. Here is a part of the code : <p-cal
Now I upgrade project version 9.1.3 to version 10 PrimeNG and I see some change here error change structure folder import ConfirmationService not import from 'p
I am using primeng table with angular.Below is the code for using table: <p-table [value]="cars" dataKey="brand" [scrollable]="'true'" scrollHeight="400px"&
I am using primeng p-table along with p-checkbox. I want to be able to highlight the clicked row (or the row content) without checking the checkbox. The Checkbo
How can I change default primary color for primeNG (saga-blue theme) ? changing --primary-color doesn't help, because in node_modules/..../theme.css elements ar
Where I do declare activeIndex and how to use this variable ? I have html file: <p-tabMenu [model]="tabMenuItems"></p-tabMenu> and typescript f
I am new to angular, in p-calendar I'm not able to apply masking behaviour. Example: If user enters 01012012, I want to change it to 01-01-2012. Thanks in advan
I want to set the selection with the value i get from Local-Storage. Here is the code: HTML: <p-treeTable [value]="tableDataRow$ | async" [col
I have an expandable row in Angular2 using Primeng2 but the column headers for the expandable columns aren't showing. This is my table with the expandable rows