Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

474 questions
0
votes
1 answer

p-dataView Getting values of selected rows

Using primeNG p-dataview, I have a checkbox and a dropdown for every row. My goal is If I check the checkobox I want to get the value of the dropdon for the selected row (if selectd) same the other way around, If a user select a value from the…
rgoal
  • 1,236
  • 11
  • 35
  • 61
0
votes
0 answers

PrimeNG DataTable order by date field descending?

I am using PrimeNG datatable for the grid data, I would like to order the date column by descending order. Tried using sortBy & sortOrder attributes from dataTable, but nothing works for me. my code below:
Ramkumar
  • 446
  • 1
  • 14
  • 30
0
votes
1 answer

Binding and using an object's fields within an object returned by the server API with a PrimeNG data table

Good day Currently I am returning an array of objects looking like: { attendeeCount: 5 bookDay: "2018-11-22T14:06:24.120Z" bookingComment: "This is a test" conferenceRoom: {id: 8, name: "Main Boardroom", seatingCount: 10, location: "Site Office",…
Letholdrus
  • 1,261
  • 3
  • 20
  • 36
0
votes
0 answers

PrimeNG datatable performance very slow in case there is a lot of data

I use PrimeNG datatable. In case the table contains many rows, the datatable's performance works very slow. This is my html:
Avigail
  • 1
  • 6
0
votes
1 answer

Select row checkbox on each item select in Primefaces datatable cellEditor

When I select an item in datatable with editMode="cell" (e.g. inputText , selectOneMenu) only that specific component is selected which is normal, but I want to select to whole row when I click on it, not just the component. my problem is kind of UI…
user5488307
0
votes
0 answers

Primeng Turbo Table - last column wrong height

I am using primeng ver 6.1.3 The last column on the table is short by 0.17px, here is an example of how it looks; The expiry date cells are 47px in height. The cells in the actions column are 46.83px in height. If I try to increase the height with…
Aeptitude
  • 172
  • 3
  • 20
0
votes
1 answer

How is templates working in primeng grid Angular 6

I am using primeng TurboTable where for templates a pTemplate directive is added. And then accordingly DOM gets rendered I am trying to implement a very same approach in my project to create a reusable(DUMB) component. Tried searching for a solution…
0
votes
1 answer

primeng multiple tabbed datatables pagination not refreshing

I have used a tabview with 2 tabPanels each containg a datatable. Consider, Tab 1 datatable has 100 rows with a page displaying only 10 rows and tab 2 has a datatable with only 3 rows of data and no pagination (data is lazy loaded). Now, if I click…
K G
  • 1
0
votes
3 answers

How to get all heights of rows in p-dataTable (PrimeNG)?

My question is simple, but not easy to do. I need height of all rows in my p-dataTable -> for example in array. It is possible to get all heights?
Iggsy
  • 113
  • 1
  • 2
  • 13
0
votes
2 answers

Customize PrimeNg column names

My HTML page has 2 tables and both of them has different column names. My first table has column as Application ID and Application Type where as my second table has columns File Name and Checkbox s(to select and delete file). For this scenario I…
Anna
  • 1,669
  • 7
  • 38
  • 63
0
votes
1 answer

How to hide / show p-column in prime ng table in angular?

I am using primeng data tabel like this, My requirements are 1) editable row by clicking edit button(selected row only editabel) -> done 2)all columns should not display, but in edit mode it should display in that row -> Not done for above…
Soumya Gangamwar
  • 954
  • 4
  • 16
  • 44
0
votes
0 answers

Multiple checkbox filtering in NGPrime data table in Angular 6

I have ng prime data table in my page. there is one column with comma separated value but multiple checkbox filters are not working on it. It only works when there is only single value in table cell when comma separated value then it not…
0
votes
0 answers

Where can I get documentation for older versions of PrimeNg?

I'm enhancing an older application that uses primeng under Angular2. I wanted to use MultiSelect and DataTable, but customization for these two modules relies on which was only introduced in Angular4. Since Angular4 was released in…
Arlo Guthrie
  • 1,152
  • 3
  • 12
  • 28
0
votes
1 answer

Angular 4 + Primeng (datatable) : custom scrollHeight property

I'm a beginner working on an app built with Jhipster, using Angular 4.3 and PrimeNg. I've a table (datatable, because turbotable is since Angular 5). I would like to customise the scrollHeight property according to a boolean in order to have a…
Neamesis
  • 704
  • 1
  • 13
  • 28