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

The array of objects displayed in the p-table is not displayed in original order when row grouping

The array of objects displayed in the p-table(TurboTable) is not displayed in original order when row grouping. The data sent to the table are note rendered in exact order .ts export class AppComponent implements OnInit { cars: any[]; sales:…
Vignesh
  • 2,378
  • 3
  • 25
  • 48
0
votes
1 answer

How can I update Primeng Turbotable ReorderableColumns and ResizableColumns value from component?

resiableColumns and reorderbleColumns have default value as 'true'. What I want to try is that get 'true' or 'false' from initdata file in ngOnInit(), set those init value to resizableColumns and reorderbleColumns property in p-table directive. How…
0
votes
0 answers

TurboTable Select/unSelect all checkbox

I want to select/unselect all checkbox. I tried referring other code but nothing worked for me. Selecting & Deselecting for a group is working fine how can i achieve an Individual select function in TurboTable .html
Vignesh
  • 2,378
  • 3
  • 25
  • 48
0
votes
1 answer

primeng turbotable with font awesome icons in the cell

When I use font-awesome icons in a turbo table, the size of the cell is off. I am doing something like this: {{tenant.name}} I am using primeng 5.2 and font-awesome 4.2. Has anyone successfully added an icon to a turbo table? If so, which icons…
Michael JDI
  • 1,241
  • 5
  • 18
  • 30
0
votes
2 answers

TurboTable nested TurboTable not working

Im using TurboTable with nested TurboTable. On row expand I will retrieve the data from service and bind result in inside the TurboTable. When I use nested TurboTable, TurboTable is not displaying. Im using primeng 5.2.0-rc.2
Vignesh
  • 2,378
  • 3
  • 25
  • 48
-1
votes
1 answer

Primeng p-table not supporting row editing?

I am using Angular 7, and primeng 7.0.0 verstion p-table Now I have requirment of row edit.I followed orginal documentation primeng p-table row edit But I am getting error while implementation. Please help me,, I tried alot not finding any proper…
-4
votes
1 answer

Pagination information and Total Records

How to show pagination information and total records like "Showing 1 to 10 of 61 entries" ? I am trying to show total records using length property of records data but it is not changing after filter and sort.
ganesh kalje
  • 3,014
  • 2
  • 16
  • 12
1 2 3
12
13