I am using Primeng datatable in my project setup.But i want the first column of all rows to be hyperlink,so that i can link those to the next pages using [routerLink] (angular 2 way).I am quite unable to achieve that...
Is there any way to work…
I was looking for help to add the frozen columns feature in my primeng table where the columns and rows are dynamically rendered.
I do have a config( isPK: true) that came from data on which I want to make frozen columns.
I have tried following…
I need split page vertically (e.g. 60%:40%) to the two areas and splitter must be draggable. So I chose PrimeNG p-splitter. Right area contains p-table with horizontal scrollbar (based on doc:…
I am working on an Angular application using PrimeNG. In particular I am using a PrimeNG DataTable, this coponent: https://primefaces.org/primeng/showcase/#/table
I have no problem using it in the way shown in the previous officual documentation.…
I am trying to integrate ngx-infinite scroll library
https://www.npmjs.com/package/ngx-infinite-scroll
with a primeng grid
https://www.primefaces.org/primeng-4.3.0/#/datatable
Has anyone tried to integrate those together or any other datatable.
I have a primeng datatable, it is properly rendered in normal mode. But, when I view in the mobile view, the table headers are not displayed. I have the responsive property of the table set to true. Please see the screenshot.
I have the headers…
I have a very large amount of data (400.000 records) that I need to show in a PrimeNG data table. For this I need a lazy loading table, since you cannot load all data into the table in one time (this will make your browser crash).
For creating the…
I am implementing primeNG turbo table. I am able to implement it but while implementing lazy loading. iam not been able to get scroll event. How to get scroll event in my method. Below is what i have tried.
I've created a wrapper component for PrimeNG data table to be able to handle all data table logic in one component. The component supports passing a template which is then used for expandable rows. In the template one can pass a custom template…
I am trying to have the suggestions from the PrimeNG autocomplete field display in a table with a header.
The biggest things are only displaying the table header for the first row and possibly eliminating the padding between the tables. I am also…
We have a PrimeNg datatable that has multiple columns (as most do), we need to be able to have a multiple sort happen when a user clicks on one of the 3 columns, but that column is only the first of two fields that it needs to sort on. The second…
I get an observable back from a data service to web api that returns an array and populates a data table in a parent component correctly. I pass the array used to populate the datatable to a child component via @Input. When a row on the parent…