Top "Primeng-datatable" questions

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Unable to text-align center with PrimeNg DataTable

I am trying to use PrimeNg and bootstrap together. Maybe this inherently bad? Just seems that PrimeNg alone is not …

css twitter-bootstrap angular primeng primeng-datatable
Overflow text in primeNg DataTabel cell

I want to hide overflow text in a DataTable cell primeNg, but nothing seems to work. I didn't find anything …

css angular primeng primeng-datatable
Data table issue - ERROR TypeError: val.slice is not a function

ERROR TypeError: val.slice is not a function dataTable configuration $.p-dataTable #dt [value]="customers" [(selection)]="chkBoxSelect" dataKey="customerId" [rows]="10" [paginator]="…

angular primeng primeng-datatable
How to give inline edit and delete button along with new button in prime ng for angular2 applications

I have a page, which is of only one user thing. But now i have to create a table and …

angular primeng-datatable
Apply custom In Between Filter for PrimeNG: Datatable

Consider a scenario where I am displaying a START and END YEARs in a p-dataTable column. Here is the column …

angular primeng primeng-datatable
PrimeNG export to CSV

I have a PrimeNG grid and the data served by the PrimeNG is from a service which have server side …

angular primeng primeng-datatable
PrimeNG auto-complete dropdown setup with Angular

auto-complete is not working , dropdown is loaded the first time and once i try to type something is not filtering …

angular primeng primeng-datatable primeng-dropdowns
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
Filtering Data Table in PrimeNG

How can I get the number of rows after filtering using PrimeNG's default filters in data table. [totalRecords]="totalRecords" always …

angular5 primeng primeng-datatable
How to add hyperlink to Primeng datatable column,angular 2 way

I am using Primeng datatable in my project setup.But i want the first column of all rows to be …

angular hyperlink anchor primeng primeng-datatable