Top "Primeng-turbotable" questions

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

PrimeNG Dynamic Column Filtering

I currently have the following PrimeNG TurboTable: <p-table [value]="People" > <ng-template pTemplate="header"> <tr> &…

angular typescript angular5 primeng primeng-turbotable
primeng turbotable column auto-sizing with scrolling

I am using turbo table and want the following: Have all columns auto-size based on content. Have the table itself …

angular primeng primeng-turbotable
PrimeNG Turbotable expand by default

I have a PrimeNg turbotable with row expansion feature. How can I expand the rows by default. Here is my …

html angular typescript primeng primeng-turbotable
How to hide column in PrimeNG turbo table?

Hi I am trying to convert my PrimeNG data-table to turbo table. Actually I have used [hidden]="!cols.visibility" in …

angular primeng primeng-datatable primeng-turbotable
angular primeng p-table pagination not working

When populating the table array inside a the get() function, the paginator does not working. It only shows 1 of 1 page. …

angular primeng primeng-turbotable
How to use filter in primeng turbotable with lazy load?

I'm using TurboTable of PrimeNG with lazy load option to display data from DB. This works perfect. Now, I need …

angular primeng-turbotable
Can the width of a column be altered in a sortable primeng table?

I want to reduce the width of a few columns I'm using in primeng grid. However as per my understanding, …

angular html-table primeng primeng-datatable primeng-turbotable
Angular5 - PrimeNG - p-table component paginator selected tab resets to first tab on data reload

PrimeNG, p-table component when the data is reloaded the table resets to the first paginator tab. Is there any way …

html angular primeng primeng-turbotable
PrimeNG TurboTable sortable column sort indicator?

I'm trying to transition an existing PrimeNG Datatable over to the newly-released TurboTable spec, and I've been able to get …

sorting angular2-template primeng primeng-turbotable