Questions tagged [primeng-table]

95 questions
0
votes
0 answers

PrimeNg table lazy load not firing when first property is changed

I am using PrimeNg p-table. I need to go to the last page, and for that I am changing the first property. The page is changing in the paginator links, but lazy load is not firing and thus, I am not able to fetch the data for that page. Why is lazy…
0
votes
1 answer

Error while using primeng table with angular 7

I am trying to use primeng-table with angular7. But after integrating it I am getting the below error:- Uncaught TypeError: Object(...) is not a function at platform.es5.js:102 at…
Sunny
  • 858
  • 3
  • 17
  • 39
0
votes
1 answer

First column repeating in both froze & unfroze table in Primeng table

I am working on one project where I used PrimeNg table with froze & unfroze column property and its working fine in normal column creating with *NgFor but if I add new column without *NgFor its repeating in both froze & unfroze table. How to…
CodeChanger
  • 7,953
  • 5
  • 49
  • 80
-1
votes
2 answers

PrimeNG table empty row

Is there any way of creating an empty row in PrimeNG table? When all rows are filled with data, the amount of rows shrink, but I want to have always visible 6 rows. If no data is available then they should be empty.
-2
votes
0 answers

skeleton not working using primeng data table

I am using primeng data table. Skeleton is not visible when am not getting the response. Once getting data from api data table it should be visible. Here my HTML code and typescript code for your referrence …
1 2 3 4 5 6
7