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
0
votes
1 answer

PrimeNG table returning blank rows

Playing around with Angular 8 and the primeNG package, I'm not able to return values. I get rows of empty data, but I am able to retrieve and display the data with the commented out html. Added the entire Typescript file. The staff object is…
Deitz928
  • 3
  • 3
0
votes
1 answer

How can I make the tab key skip some cells/columns in cell editable p-table in prime-ng

I have the requirement for an cell editable table, where the keyboard navigation will skip certain cells, but I need the cells to be editable if the user were to click on them. There are 3 columns. When the user tabs out of the last editable field…
0
votes
1 answer

How to set PrimeNg Table row as activeElement of the document

I am working on a project to create custom keyboard navigation to PrimeNg's table component. Their keyboard navigation is not robust enough for us. The problem is getting the document.activeElement to be the current row I am on. It always seems to…
Bohms27
  • 407
  • 1
  • 5
  • 16
0
votes
1 answer

How to make "primeng-turbo" table responsive functionality same as like "jquery datatable" responsive functionality?

I'm using primeng library with angular 7 and i need some help in " turbo table" responsive design. Right now they offering their default responsive design, same as given in below link Existing view: Primeng Table Responsive Or Screenshots for…
0
votes
1 answer

Primeng Turbotable pagination default rows per page

I am using the Prime NG TurboTable Version 7.1.3 and currently have the [rowsPerPageOptions] set to [5, 10, 20, 100] my organization wants to set rows to 100 by default and be able to change the rows per page after that. My problem is that the GUI…
dmoore1181
  • 1,793
  • 1
  • 25
  • 57
0
votes
0 answers

Primeng data table change expander icon to button and pass data on expand event

Hi I am using row expansion feature of primeng Datatable as in I want to achieve two things, Change the expander icon to a button. register row data in the controller on click of expander icon. Please help in achieving this.
0
votes
2 answers

How to convert incoming JSON data into table format with rows and columns where the data is dynamic?

[ { "SerialNumber" : 1, "EmployeeName:" James }, { "SerialNumber" : 2, "EmployeeName:" James2 }, { "SerialNumber" : 3, "EmployeeName:" James3 } ] I have this incoming JSON…
jfranko
  • 105
  • 1
  • 2
  • 12
0
votes
1 answer

PrimeNG TurboTable | Dynamic Columns | Export What is Displayed/Formatted Not actual Model Values

Facing issues with date. Showing date after formatting on UI and want the same to be exported.
Gourishankar
  • 906
  • 1
  • 7
  • 14
0
votes
0 answers

Primeng picklist set source list dynamically

I am using primeng picklist in my project with turbo-table and want a little help in setting the source list.I have a master list that contains different lists.What I want is for each row of the table set the fetch the corresponding list from the…
rock11
  • 718
  • 4
  • 17
  • 34
0
votes
1 answer

PrimeNG filter using array object

I wanted to know if it was possible to use an array of objects for filtering something into a table ? I'm using Angular 6 and PrimeNG 7 My p-table looks like this:
0
votes
1 answer

PrimeNg - unable to filter p-table with a parameter

Im using Angular 7 and PrimeNg library. I have my p-table delaration:
0
votes
1 answer

Angular PrimeNg (p-table) Nested Tables - Reactive Driven Form Validation

I'm trying to create the nested table using prime ng p-table (turbo table) with form validation - reactive driven approach. Here, I have implemented the code which is unable to edit/update the value either textbox nor p-inputmast. Here's stackblitz…
0
votes
1 answer

How does exportFunction work in Turbotable?

How do we implement the exportFunction in the parameters of Turbotable. According to the definition of PrimeNg exportFunction: A function to implement custom export. Need to return string value. Is there anyone who has already used this feature in…
Greg-A
  • 772
  • 1
  • 19
  • 41
0
votes
2 answers

PrimeNg turbotable filter doesn't work with row groups

I have a p-table that uses row grouping and filtering features. These features work fine on their own, but when I use them together, the first column that is grouped disappears when applying any filter. This happens on all grouping types (Subheader,…
zyx236
  • 1
  • 2
0
votes
1 answer

Set minimum row in PrimeNG p-table

I use PrimeNG (version 7.0.4) p-table and besides configuring row numbers via [rows] parameter in HTML, I want to set minimum rows for p-table. For example, I set [rows]=10 and there are only 5 records at the last page. I want to display 10 rows…
Jack
  • 1
  • 21
  • 118
  • 236