I am looking for any proper solution which will help me to resolve one of the big challenge I am facing currently.
I am looking for solution to programmatically collapse the expanded row in p-datatable.
I have seen different solutions such as
reset…
I am using primneNg and now want to add global filter, but the problem is i need to add this filter in another component. Both these component are deep nested in other component.
what i did is took a reference of table component using …
In simple word, I am using primeng(p-dataTable) with version-5.0.2 and angular 5, I am new to both. Here I want to save/retain, p-dataTable filter & sort option in case of navigation (like location.back()).
I am trying to implement PrimeNg Global filter and followed the documentation they provided.
But I am getting below error. I am not sure how to add this Module separately.
They have stackblitz link, but there I don't see any error on that specific…
Hello everyone! i am using p-table, p-multiselect filter for a column. The problem is that p-multiselect filter is showing behind the t-body of the table please help.
Hello everyone! i am using p-table, p-headercheckbox, p-tableCheckbox and additional filter for each column. The problem is that filters are not aligning with headers.
How can i change the border color of p-table? I was able to change table header border color of the table but i don't know how to change the color of the body of the p-table.
body .ui-table .ui-table-tbody > tr > td { padding: 0.571em 0.857em;…
I'm trying to conditionally style the primeng datatable row background color. I used [rowStyleClass]="setBackgroundColor" where setBackgroundColor is a function that conditionally returns the name of class to be applied. but while I'm checking the…
I am trying to use sticky header with p-table. However I'm not able to do so. I am using the css that's been mentioned in their documentation. I'm using primeng 7. Please help. Thanks in advance.
Here is my template:
We are planning to migrate primeng to the latest version. Currently we have p-dataTable implemented. What would be the better approach to migrate p-dataTable to p-table? -->
1. Implement p-table from scratch? OR
2. we have any option to…
I have a p-table which has pagination, filters , and sorting enabled. on click of a button, the data in a particular column of the current page of the p-table should be exported to another application.
with the below steps , i am able to export all…
I am creating basic component using PrimeNG. I have added input box on my component as:
If I run component individually, input box works fine. However, when I integrate this component in my AngularJS based…