Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

474 questions
2
votes
5 answers

Primeng header misalign from body table

Having a scrollable table with a scrollHeight set and after that changing the scrollHeight, the scrollbar should be aligned with the table header automatically. The table data is not changed. (I have a scrollable table with header in a resizable…
sAu
  • 73
  • 2
  • 7
2
votes
1 answer

Primeng data-table row does't show cell values

I used Primeng data-table for display selected values from angular select. Whenever select the option in dropdown that selected values need to be display in primeng data-table. Here problem I got empty row instead selected value: The Code: …
SaranViji
  • 383
  • 2
  • 6
  • 17
2
votes
0 answers

PrimeNG: How attach footer column group just to frozen/fixed view

I am currently developing the user interface of a web application using angular5. I have a p-dataTable component (PrimeNG v5) with several rows, and a half of it frozen and the rest scrollable horizontally. The goal is attaching a footer row to the…
rmi8092
  • 63
  • 9
2
votes
2 answers

Angular - How to use customized primeNG icons

I am using primeNG in one of my project. I have used Table with sorting from primeNG. I want to used customized icons for sorting. Any idea how to override the existing primeNG icons. PrimeNG version - 6.1.4
2
votes
1 answer

PrimeNG set the page for the first using lazy loading table

I'm using component p-table with "Paginator" and "Lazy loading", and I made one search component with what I need. I am trying to fix the problem when I filter and the page index is on another page. example: page index = 2 Filtering text =…
Faqtt0
  • 125
  • 1
  • 3
  • 16
2
votes
1 answer

How update row background colour when row updated in ng-prime datatable for dynamic columns?

I want to change row colour when row updated.how set row background colour when record is updated successfully . .html
Nitin Wahale
  • 1,666
  • 2
  • 14
  • 25
2
votes
1 answer

PrimeNG Datatable validation

I am using PrimeNG DataTable with Angular and trying to implement something similar to this StackBlitz. How to add a required field validator on the row that I am trying to edit ? Basically when they edit the comment I need to make sure they…
rgoal
  • 1,236
  • 11
  • 35
  • 61
2
votes
0 answers

PrimeNG datatable custom filter on input for object

I have a PrimeNG datatable with dynamic columns and I want to add a filter to these columns filtering for the value. Here is my datatable column with the filter :
Anaa
  • 1,191
  • 1
  • 9
  • 21
2
votes
4 answers

PrimeNG delete row of datatable

I have a problem deleting a row from a p-datatable. TS public files: UploadFile[] = []; deleteAttachement(index) { if (this.files.length > 0) { for(let file2 of this.files) { if (file2.fileEntry.isFile) { …
Anton Styopin
  • 753
  • 4
  • 17
  • 35
2
votes
2 answers

Unable to change signpost icon of Clarity Design System

I am unable to change the icon of the signpost element i.e. clr-signpost of Clarity Design System (Version: 0.9.0), both in Chrome & IE. The signpost is showing the default info (i) icon. No error is displayed in console. In my Angular 4 project I…
iPaul
  • 423
  • 1
  • 7
  • 22
2
votes
2 answers

Apply custom In Between Filter for PrimeNG: Datatable

Consider a scenario where I am displaying a START and END YEARs in a p-dataTable column. Here is the column code snippet:
Kishor Prakash
  • 8,011
  • 12
  • 61
  • 92
2
votes
1 answer

PrimeNG select datatable cell

I am working on a project using Angular 4 and PrimeNG where I need to be able to double click on a cell, selected it and open a dialog to do some modifications on the cell's underlying data. As far as I can see from the documentation, currently…
dpdragnev
  • 2,011
  • 2
  • 28
  • 55
2
votes
1 answer

PrimeNG - Filter columns in DataTable with empty values

I have this table, with a checkbox filter:
Alexandru Pufan
  • 1,842
  • 3
  • 26
  • 44
2
votes
1 answer

Custom sort doesn't work using primeng p-datatable

I have datatable in angular 4 application using PrimeNG and I want to sort by date named as received_at I already created stackblitz and posted code what I have tried in this stackbiltz link - PrimeNG datatable below PrimeNG datatable grid…
Chandru
  • 10,864
  • 6
  • 38
  • 53
2
votes
0 answers

PrimeNG - DataTable sorting

I try to implement a datatable with dynamic column sortable and paginator. My problem is that sorting doesn't work: My code:
mathieu lavergne
  • 591
  • 1
  • 6
  • 10