Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

474 questions
0
votes
1 answer

Primeng loading icon is not updating

I am using primeng turbo table with lazy loading and enabled loading to attribute it's not getting updated even got updated
Satish
  • 537
  • 2
  • 9
  • 21
0
votes
4 answers

Primeng Datatable - How to add styles to particular tr element when a button is clicked in that row

I am using p-datatable in my angular project. When I click Delete in that row, I want to add just "display: none" style to that row since I want to just hide it and not delete it. The element will actually get deleted only when the user click the…
0
votes
1 answer

How to add input validations in angular 2 primeng editable datatable

I am trying to add validations for the primeng editable datatable in angular 2 project. Can anyone let me know the answer.
M Sasidhar
  • 11
  • 4
0
votes
0 answers

primeng dataTable pagination not properly working

I am using angular2 with primeng2, pagination is not properly working on dataTable lazyLoad, If click on the specific page or next button it's making API call and getting the response from server but dataTable is not updating immediately if we click…
Satish
  • 537
  • 2
  • 9
  • 21
0
votes
1 answer

dynamic options in p-multiselect primeng angular 2

I am trying to implement datatable of primeng. In which, I have created an array of header, field and options, i.e.: headersList. It is as shown below: { header: "Time", field: "time", options: "timeOptions" }, { header: "Date", …
Sargam Sanghani
  • 138
  • 1
  • 4
  • 15
0
votes
2 answers
0
votes
1 answer

PrimeNG Time-picker

I've used time-picker from PrimeNG, I need the time only on left and the time to be displayed on the right side of text. I'm unable to add css and change its view can any one please look into this ?

Select a…

Bhascker
  • 1
  • 1
  • 2
0
votes
2 answers

offsetWidth different when inside DIV vs TD

I am using primeng with angular, However, it feels like my problem is with html/css. I have found out how to present my ui the way I would like with the datatable component. However, when I leverage the datatable component inside the rowexpansion…
Mark
  • 911
  • 13
  • 30
0
votes
1 answer

primeng datatable - Cannot read property 'index' of undefined

i'm trying to use primeng dataTable with the following properties: editable='true' rowGroupMode="rowspan" but it seems like these two properties can't work together. When trying to edit a table grouped cell I'm getting this error: ERROR TypeError:…
Shay
  • 407
  • 2
  • 8
  • 15