Questions tagged [primeng-turbotable]

Questions about PrimeNG's TurboTable for displaying data in a table, and how to use TurboTable's API.

Questions about PrimeNG's TurboTable, which is used for displaying data in a table. Any question about how to use the table, how the table works, or related questions go here.

187 questions
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
2 answers

How to use PrimeIcons with table/grid paginator

I am trying to build and the font awesome is large so I am trying to completely replace it with PrimeIcons
Phil Huhn
  • 3,307
  • 3
  • 18
  • 35
2
votes
0 answers

"MouseEvent not defined " client side its not working in primeng angular 4?

In angular universal project turbo table is not working while running server side displaying error "MouseEvent" not defined I have imported the turbo table module as given in the primeng website, but server side rendering
user1455879
  • 141
  • 1
  • 7
2
votes
2 answers

turboTable primeng input enterKey

Using the incell editing for the primeng TurboTable, I am trying to execute a method by clicking on enter key. Here is the following code:
Henda Farhani
  • 21
  • 2
  • 4
2
votes
0 answers

Wrong value passed from p-table button to component

I have a PrimeNG p-table with 3 buttons in the last column, every one of these buttons calls a specific method, I pass the same data from the HTML to the component methods via rowdata but for some reason in the component I don't have the same data :…
Alessandro Celeghin
  • 4,039
  • 14
  • 49
  • 95
2
votes
1 answer

onEditComplete does not work

I have a p-table which entails editable columns. What I need to do is when value of a the field Year is changed, I can get and use it. To start, I would like to be able to show it on the console. To do this, I use onEditComplete funtion HTML file: …
2
votes
2 answers

PrimeNG's Turbo Table shows scrollbars on IE11 and Edge browsers, even though [scrollable] input field is disabled

I also mentioned this issue on GitHub but nobody answered yet, so I'm trying to get some help here: I used Turbo-Table with resizable columns and with [scrollable] property set to false and my table was created with unnecessary vertical and…
2
votes
1 answer

Angular PrimeNG table set up pipe per column using cols array

I am trying to learn angular with PrimeNG. Here is the link https://primefaces.org/primeng/#/table. Is it possible to also include the pipe for each column using the pipe array? In the cols array, I would like to add another field like…
Dekso
  • 541
  • 4
  • 23
2
votes
1 answer

insert javascript generated element into primeng turbotable?

I'm replacing a custom made table with PrimeNG's turbotable. I have some buttons I need to insert into the table that call special javascript functions I've written, but I'm stuck on how to insert the element into the table. It displays as [object…
2
votes
2 answers

PrimeNG v5.2.4 p-table global filter not working

I used p-datatable previously and the global filter worked. However when I changed to p-table, the global filter template displayed nicely but the input box is not clickable. Here's the code
Alois
  • 130
  • 1
  • 2
  • 14
2
votes
1 answer

AutoLayout not working in PrimeNG TurboTable

I can't get autoLayout to work in the new TurboTable for PrimeNG. All the columns have the same width, regardless of content and the browser width. I've tried [autoLayout]="true" as well as autoLayout="true". Neither works. I'm using the latest…
Alex
  • 1,353
  • 3
  • 20
  • 31
2
votes
3 answers

PrimeNG table dropdown edit not working with label

I am using latest version PrimeNG table for listing records in Angular 4. But I am facing issue with editing the record through p-drowpdown. If I am selecting any of the data from the dropdown then its value field is displaying in column, which…
1
vote
1 answer

Primeng table very slow with virtual scroll and expanded rows

The table loads super and editing is also slow to start when rowexpansion is added for large data 2000 rows by 64 columns and 10000 rows by 5 columns. It looks like lazy load is not implemented on it. I was thinking of just loading expanded rows…
wondim
  • 697
  • 15
  • 29
1
vote
1 answer

how to filter date mm/dd/yyyy from passing any number from text input in angular 10 with primeng

I did use primeng filter on turbo table but its not working with date which is having format "mm/dd/yyyy". *ngIf="col.field === 'abc'" pInputText type="text" (input)=" …
Sum
  • 61
  • 1
  • 11
1
vote
0 answers

Primeng p-table re-order items in virtualscrolling by fast scrolling

If you go to the demo page of virtual scrolling for p-table and scroll to the end of the table and scroll quickly back up a little and then all the way back down again, you see the last item changes now and then. How to avoid this? any help would be…
mor222
  • 400
  • 7
  • 16