When I bind data to p-dataTable using basic way the p-dropdown filter for column is working fine but when I bind p-dataTable using [lazy]="true" (onLazyLoad)="loadData($event)" then the dropdown column filter is not working.
Working Code:
…
I am trying to switch my pages over to server side pagination.
We however have a global search and a header search
I need to capture the header, not sure how to capture these collectively, individually yes, but not collectively
I created a simple angular project with DataView component of primeNG. It is working fine when viewed as a list but when we select the grid option I still see the items listed one below the other and not as a grid.
I'm not sure what I've done wrong,…
I m trying to achieve the dynamic headers and columns in primeng colgroup table.
There are examples for static colgroup table with static header and column.
I am trying to add extra array of the object to the PrimeNG expandable row but I am kind of new to PrimeNG so not sure where to proceed for this issue.
Desired Behaviour:
Basically I would like to call the extra service onclick of the row and want…
I have an issue with primeNG table. The table has many columns, on the column toggle, the column width is changing and the table looks like a mess.
The table Scrollable and Resizable, so according to documentation auto-layout is not supported due…
I'm trying to pass extra fields to help with the processing. This how I define the columns array:
this.columns = [
{field: 'vin', header: 'Vin', isMultiRowColumn: true },
{field: 'year', header: 'Year', isMultiRowColumn: false},
…
I am having trouble trying to fetch data to my overlay.Where did I go wrong ?
My goal is to fetch from an user array ,data (like cId,logged hours) and display it inside my table.
I've following PrimeNG Table
Here is the StackBlitz demo.
All three columns are editable. "Property Name" column always renders Text box in edit whereas "Property Value Type" column always renders a dropdown.
But for Property Value column I want to…
I am planning to use primeng turbo table feature that is included in 5.x.
Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular…