primeng-datatable Questions

3

Solved

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 una...
Alienee asked 8/6, 2017 at 13:15

2

Solved

I want to hide overflow text in a DataTable cell primeNg, but nothing seems to work. I didn't find anything on their documentation that could help me. <p-dataTable #dataTable tableStyleClass=...
Pumice asked 4/9, 2017 at 8:41

2

Solved

I have searched the web for a decent example of primeng datatable with rowTrackBy. Documentation is incomplete and does not say much. Is there anyone out there that can help?
Woodring asked 4/10, 2017 at 19:42

3

Solved

What I want to do is to sort the data already grouped in alphabetical order or custom order. I used the sortField attribute which specify the groupheader order but I need to order the data inside t...
Upsetting asked 20/6, 2017 at 10:25

0

https://www.primefaces.org/primeng/#/datatable/scroll PrimeNG provides Lazy loading which refresh data on scrollDown as well as on ScrollUp. I want to implement infinite scrolling which fetch data...
Oswaldooswalt asked 28/11, 2017 at 17:52

2

ERROR TypeError: val.slice is not a function dataTable configuration $.p-dataTable #dt [value]="customers" [(selection)]="chkBoxSelect" dataKey="customerId" [rows]="10" [paginator]="true" ...
Inoculum asked 2/8, 2017 at 6:10

1

Solved

I have the next code: <p-dataTable [contextMenu]="cm" [value]="Usuarios" selectionMode="single" [(selection)]="selectedRecord" resizableColumns="true" [rows]="10" [paginator]="true" [pageLinks]...
Narration asked 13/7, 2017 at 16:30

1

Solved

I am using datatable from primefaces - primeNg. Can I get the current page I am in and set the datatable to particular page programatically? I saw that datatable uses pagination component within, ...
Maximilianus asked 27/6, 2017 at 6:3

0

I am trying to use header column grouping with frozen column using PrimeNG. I am able to get first two columns frozen but unfrozen columns also have frozen column names in header. I have referred c...
Alys asked 15/2, 2017 at 10:19

© 2022 - 2024 — McMap. All rights reserved.