Top "Primeng-datatable" questions

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

PrimeNg <p-table> sorting

I am using primeNg <p-table>. I want to implement sorting of data. What I did is below sort.…

angular primeng primeng-datatable
PrimeNG DataTable server-side paging

I'm currently working on an Angular 4 project and using the PrimeNG DataTable. So far this framework seems pretty neat, but …

angular primeng primeng-datatable
Primeng make scrollable datatable height responsive

PrimeNG DataTable provides a [scrollable] property to define vertical and/or horizontal scrolling. This has to be used with a …

css angular primeng primeng-datatable
how set primeng data table columns auto fit?

I have want to make prime ng data table columns set auto fit as well as re sizeable.So I …

html css angular primeng-datatable
Get current page and move to specific page in NgPrime datatable

I am using datatable from primefaces - primeNg. Can I get the current page I am in and set the …

angular primeng primeng-datatable
How to use Primeng Menu with command and parameters in DataTable?

MenuItem of primeng has a parameter called command that is a function to be executed when its item is clicked. …

angular primeng primeng-datatable
how to get and set the current page number in primeNG datatable?

I am using primeNG datatable in my angular project. In one of my scenario I need to get the current …

angular typescript primeng-datatable
Display nested object in column in primeng

I am following the templating option given in primeng docs to create a link with column data alongside in a …

javascript primeng primeng-datatable
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
How to disable check box in primeng datatable

I need to disable few checkboxes in primeng datatable based on condition: For example: <p-column *ngFor="let col of …

angular typescript primeng primeng-datatable