primeng-turbotable Questions

2

Solved

I cant figure out how to get an index with Angular 6 and PrimeNG turbo table. this is my best guess on how it should work. <p-table [value]="timecards"> <ng-template pTemplate="body" l...
Jaehne asked 25/10, 2018 at 19:29

2

Solved

I have a p-table defined with [scrollable]="true" <p-table *ngIf="!loading" [value]="data" [resizableColumns]="true" [reorderableColumns]="true&q...
Ombudsman asked 7/12, 2021 at 15:9

4

I need to have the selected page of my p-table to be the last page. I am able to get my table object: @ViewChild('myTable') myTable: DataTable; ngOnInit() { this.subService.subsUpdated.subscr...
Richelle asked 10/8, 2018 at 18:55

2

I'm trying to inject a header template in the turbo table element by using ngTemplateOutlet as it can be seen in the following code snippet : <p-table [value]="cars1"> <ng-temp...
Fiora asked 23/4, 2018 at 19:12

4

I want to reduce the width of a few columns I'm using in primeng grid. However as per my understanding, we can only change the width of columns we create using "p-column" or the "th" tag. PFA code...

3

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 ...
Porphyrin asked 21/8, 2018 at 4:46

4

Hi I am trying to convert my PrimeNG data-table to turbo table. Actually I have used [hidden]="!cols.visibility" in PrimeNG my data-table. Now what I should used to achieve the same in turbo table....
Lepidote asked 12/2, 2018 at 8:45

3

Solved

I have a PrimeNg turbotable with row expansion feature. How can I expand the rows by default. Here is my Code : HTML <p-table [columns]="cols" [value]="cars" dataKey="vin"> <ng-templa...
Carmichael asked 22/2, 2018 at 11:10

2

Solved

I've implemented a custom Grid component that uses PrimeNG TurboTable and NgRx and I've added the virtual scroll feature to it using the built-in TurboTable virtual scroll. It is also lazy loading,...
Savell asked 10/4, 2019 at 8:35

1

Solved

What would be a good way to add two levels of row expansion with the primeng turbo table extension? I've tried thinking through how to do this, as it does not seem to come out of the box. There ...
Largeminded asked 10/1, 2019 at 16:49

2

Solved

I want to create a reusable table component which uses primeNg to render ui. I created a table.component.html and .ts for that. Now i want to render content for the table which will be table header...
Gigolo asked 9/11, 2018 at 5:57

2

I currently have the following PrimeNG TurboTable: <p-table [value]="People" > <ng-template pTemplate="header"> <tr> <th>Name</th> <th>Age</th> <t...
Scarab asked 21/2, 2018 at 22:57

1

Solved

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 arra...
Widower asked 20/6, 2018 at 9:19

2

Solved

I'm trying to transition an existing PrimeNG Datatable over to the newly-released TurboTable spec, and I've been able to get everything more or less working easily, but I lost the auto-generated so...
Papilla asked 24/1, 2018 at 18:42

1

I'm using TurboTable of PrimeNG with lazy load option to display data from DB. This works perfect. Now, I need to add few filters to the request that is sending to the server. How to do that ? Her...
Pediatrics asked 12/3, 2018 at 13:52

0

In my angular 5 project I have a PrimeNG table and I want to load pagination params form the url, for example: http://.... tickets?first=10&sortField=exitDate&sortOrder=1 The problem is t...
Telephone asked 4/4, 2018 at 13:8

1

Solved

I am using PrimeNG TurboTable with nested rows.While loading data to the TurboTable getting serious performance issues,like the rendering takes around 30 seconds and it takes more than 10 seconds t...
1

© 2022 - 2024 — McMap. All rights reserved.