In my angular project, I used a table of PrimeNg and I want to print all data and selected data of this table I don't know how I do it so if there any way or method to handle it? my template <div class="mainTbl"> <p-...
I'm adding p-dropdown to a p-table similar to what is seen here: https://www.primefaces.org/primeng/#/table/filter The p-dropdown is overflowing into the next cell. How can I prevent p-dropdown from flow to the next cell? I have tried the follo...
I'm working with multiple panels and I added functionality to expand/collapse them all. My issue is that when I expand them I see an ugly corruption text from all the panels. Does anyone know how to fix that? Here's my working code: PLUNKER...
I have an Angular 2 app that uses PrimeNG components. The UI has autocomplete component with multi-select (p-autoComplete) similar to the one from the documentation: <p-autoComplete [(ngModel)]="countries" [suggestions]=...
I use primeNG (Angular2) to show the modal: <p-dialog appendTo="body" [(visible)]="displayCreateGateway" modal]="true" [width]="700"> When I am on mobile view (less than declared 700px) modal does not display...
According to the documentation of PrimeNG, they have 2 properties for row expansions in a table. onRowExpand and onRowCollapse.I want to change the background color of the current row I have clicked on to expand. My html: <p-table [columns]="...
I am trying to disable the PrimeNg drop down on page initialization as follows this.searchForm = this.formBuilder.group({ dropdown: [{value: '', disabled: true}] }); But this gives an error on browser load as follows: th...
Currently, I'm trying to add dynamic tabs which have child component, Within the child component, there are several ngx-smart-modal models. I'm able to create dynamic tabs with a close button on it. The issue arises when there are more than o...
I have 2 functions to load data: when init page and search page. When init page, the data display with 5 pages. I click page 3, the data show with paging is Ok. After that, enter data search. The data table is reload, but the page number does not re...
I have used primeng multi-select dropdown in our angular project. But the data which we need to load is very huge like 4-5K elements. So my dropdown takes 10 seconds during loading. Please suggest me the way to improve the performance to create the...
©2020 All rights reserved.