Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

474 questions
0
votes
1 answer

IE broswer compatibility issue with: Prime-ng Icons, Font-Awesome Icons and Clarity html

In my Front-End I have used Prime-ng, Font-awesome and Clarity-icons. Everything is working fine with Chrome. Earlier all those feature was visible in IE 11. But recently in IE 11.2363 Prime-ng Paginator icons, Clarity icons, Font-awesome icons are…
0
votes
0 answers

PrimeNG - How to get a hyperlink to navigate to page with table and scroll to a particular table item?

I want to click on a menu item, navigate to a different page that has a PrimeNG p-dataTable, and scroll to the item on the p-dataTable that the link corresponds to. (PrimeNG version being used is 4.0.3) With this code, I am able to navigate to the…
snowleopard
  • 781
  • 3
  • 13
  • 36
0
votes
0 answers

unit test ng-template content in PrimeNG DataTable

I have component import { Component, Input } from '@angular/core'; @Component({ selector: 'app-log-content-panel', templateUrl: './log-content.component.html' }) export class LogContentComponent { values = [ { description:…
koral
  • 2,807
  • 3
  • 37
  • 65
0
votes
0 answers

sorting is not working perfectly in primeNG tables. Showing uneven data when in sorting mode?

I have used primeNG tables for pagination but while trying to implement sorting for each field in table row. its showing uneven data for 1,2,3,4,5,6 to 14. when i click on sort(increasing order) its displaying 1,10, 11,12,13,14,2,3,4,5,6,7,8,9. …
Hemanth
  • 193
  • 1
  • 5
  • 18
0
votes
1 answer

Default DataTable PrimeNG - Column Toggler

I have a datatable with 11 columns. I'm using the toggleable columns feature. I would like to show the 11 column selection options, but initially want to display 4 selected. I studied several options of the MultiSelect component, but I did not find…
SVK
  • 2,107
  • 2
  • 20
  • 41
0
votes
0 answers

How to display group in p-column PrimeNG table?

list:{"oringinData":"sa","oringinDataTime":"23/10/18","types": [{"sId":1,"sdate":"28/3","stuff":[{"TypeId":1,"onetype":[{"id":1,"name":"John Doe"},{"id":2,"name":"Don Joeh"}]},{"TypeId":2,"othertype":…
0
votes
0 answers

PrimeNg - Menu - Using appendTo inside a dynamic dataTable while retaining tab order for easy menu access (accessibility)

Using a PrimeNg datatable to display rows of data. I have a p-menu in my first column. When activated, the p-menu is appended to the body of the page. This works fine for sighted users, however that same menu is only in the tab order at the end…
JayJJJ
  • 1
  • 2
0
votes
1 answer

Using PrimeNG DataTables

Trying to setup DataTable from PrimeNG. I get the response back from the API like this…
Billy
  • 1,049
  • 3
  • 14
  • 23
0
votes
1 answer

PrimeNg DataTables Error

been trying to get datatables to work by following https://www.primefaces.org/primeng/#/datatable. this seems to be setup for Angular 2 while I'm on 4, but I tried to make it compatible with 4. So my main question is: Can this be fixed or is there…
Billy
  • 1,049
  • 3
  • 14
  • 23
0
votes
0 answers

PrimeNG dropdown does not open inside datatable column

I have a problem opening the dropdown, which is inside a datatable column. The dropdown menu doesn't open when clicked.
Anton Styopin
  • 753
  • 4
  • 17
  • 35
0
votes
0 answers

Html character encoding with PrimeNG p-table

In our Angular project, although we have defined all the necessary character notations in the related html files, we cannot manage to display some characters that can be displayed in UTF-8 in all of the MVC projects where PrimeNG is not used.…
Jack
  • 1
  • 21
  • 118
  • 236
0
votes
1 answer

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 then dropwdown values are gone service.ts getUserLocations(UserID: string, allList:string ) { return…
rgoal
  • 1,236
  • 11
  • 35
  • 61
0
votes
0 answers

PrimeNG p-datatable sort indicator overlapped

I creating a table with sortable column. This is my code:
bigskull
  • 541
  • 2
  • 18
  • 28
0
votes
0 answers

Angular2, Primeng 4.1.1 data table performance is very slow in IE11

I developed a simple .netc ore spa app using angular2 and primeng 4.1.1 controls, my app works fine in chrome but when it comes to IE11, it is taking 8 seconds to load 120 records, I tried removing all the filters in data table, and just loaded…
0
votes
1 answer

how to upload/import excel/csv file data to primeng p-table?

I want to upload an excel/csv file and display the content in the primeng p-table. html -------------
Jan69
  • 1,109
  • 5
  • 25
  • 48