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
3
votes
2 answers

Does primeNg upgrade need Angular upgrade?

I am planning to use primeng turbo table feature that is included in 5.x. Right now, we are using version 4.3 in our project. When I upgraded primeng to latest version, I came across many issues. Many answers in google suggested to upgrade Angular…
Mouni R
  • 115
  • 2
  • 6
3
votes
3 answers

How to solve globalFilter is not property of p-table

When I run the application I face error as Can't bind to 'globalFilter' since it isn't a known property of 'p-table'. 1. If 'p-table' is an Angular component and it has 'globalFilter' input, then verify that it is part of this…
Bhrungarajni
  • 2,415
  • 11
  • 44
  • 88
3
votes
3 answers

PrimeNG filter dropdown issue in scrollable turbo table

In prime-ng turbo table , when we put filter dropdown in scrollable table dropdown going inside the table Without scrollbale table dropdown works perfect. This works perfect but when scrollable table , dropdown is going inside the table Not works…
ankita patel
  • 4,201
  • 1
  • 13
  • 28
3
votes
1 answer

Programmatically set p-tableCheckbox

I have a nested turbotable (p-table inside p-table) with checkboxes and expandable rows. I would like to be able programmatically set certain checkboxes on, e.g. if a user selects a row in the nested table then the ckeckbox of the parent row should…
mfabi
  • 1,038
  • 2
  • 10
  • 18
3
votes
5 answers

Refresh the data and paginator state

I am using PrimeNG Turbotable
E.Meir
  • 2,146
  • 7
  • 34
  • 52
3
votes
1 answer

Primeng p-table: how to reset custom filters? Calling reset() resets the table but the value of my filters remains unchanged

How can I reset all of the column filters? Calling reset() seems to reset the table but all the fields of the filters remain unchanged.
phelhe
  • 699
  • 3
  • 14
  • 20
3
votes
1 answer

PrimeNG and icon's not showing after Refresh in Internate Explorer (IE7,11)

PrimeNG and icon's not showing after Refresh in Internate Explorer (IE7,11) almost all IE Browser Versions. But in local it is working fine while I am using same IE. But in Production environment I am getting this error as you can seen in given…
rahul sharma
  • 101
  • 4
  • 10
3
votes
0 answers

Programmatically start edit mode in TurboTable

Currently TurboTable in PrimeNG has ability to enable edit mode by adding pEditableColumn directive into table cell and using p-cellEditor to create suitable template for preview and edit view. By default, only way to enter edit mode is single…
Greggy
  • 617
  • 3
  • 9
  • 20
3
votes
4 answers

Filtering TurboTable by dates

I have simple TurboTable where I show some data, including dates. Number …
Greggy
  • 617
  • 3
  • 9
  • 20
2
votes
2 answers

How to filter on a primeNG table with a dropdown and apply the filter only when pressing the apply button?

I am trying to filter a column in the primeNG table with a drop down menu, but I want to apply the filter only when I press the Apply button. Now filtering happens in the onChange event. If I remove the onChange event the filter does not work This…
Gringo
  • 765
  • 2
  • 10
  • 21
2
votes
0 answers

How to change dateFormat on primeNG column filter?

I have a primeNG table that contains a date column. The date format for this column is 'dd/MM/yyyy' I filter by the date column and the filter works great but the format for the filter input is 'MM/dd/yyyy' Using primeng version 11.0.0-rc.1
Gringo
  • 765
  • 2
  • 10
  • 21
2
votes
1 answer

How to show this group by json in PrimeNG table?

{ "TN 47 AS 7269": [ { "date": "2020-06-11", "paramValue": "Fuel consumed", "VehicleNumber": "TN 47 AS 7269", "value": "100" }, { "date": "2020-06-11", …
stack008
  • 21
  • 4
2
votes
1 answer

How to increase the size of PrimeNg loadingIcon

In the PrimeNg Turbotable I use loadingIcon to display the spinner while loading data. I am not able to increase the size of primeIcon pi-spinner. HTML Code:
Jan69
  • 1,109
  • 5
  • 25
  • 48
2
votes
1 answer

How to filter a PrimeNG table with a nested object?

I want to filter my PrimeNG Table with fields that are not displayed. Here is my Datatable Object: [ { id: 1, actions: [ 'eat', 'drink', 'sleep' ], name: 'test', age: 18 }, { id: 2, actions: [ …
Lukas
  • 155
  • 1
  • 2
  • 7
2
votes
1 answer

Primeng FilterUtils unique per component?

I have a page:
Which renders fine (with differences by checking the isTotals variable), and is a primeng table.
Shawn
  • 2,356
  • 6
  • 48
  • 82
1 2
3
12 13