Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

398 questions
-1
votes
1 answer

How do I get the Angular pTooltip to show using PrimeNg?

I'm using PrimeNg and I have a data table. When I hover over the row/cell I want the contents of that cell to display in a pTooltip. When I do: {{statement.description}} The table does not display. If I do: statement.description the table shows…
azmatrix
  • 141
  • 3
  • 13
-1
votes
1 answer

How to make prime-ng data table into dynamic in angular 4?

I have created a datatable in angular 4 using prime ng primeface. I am able to bind the table from remote server. I have given the column name and header like { field: 'StudentId', header: 'Student Code' }, { field: 'Dept', header:…
-1
votes
1 answer

Css not getting applied to Prime Ng Data table

I am building a angular2 prime ng app with angular cli.When I am trying to use primeNg datable ,Css is not getting applied to it properly. I have included the necessary dependencies in my app.module, import {DataTableModule,SharedModule} from…
sneha sv
  • 1
  • 3
-2
votes
1 answer

Primeng dropdown display input field in it

What could I do about the non-essencial input field? The dropdown works correctly, but it is bad from visual point. enter image description here Code:
marcer
  • 1
-2
votes
1 answer

Angular Array Splice and Push not working

I have a strange issue, I am using a dataview so when I add items to the array is not pushing to the array. i used chrome developer tool to confirm that nothing is being pushed to the array. HTM (just showing the checkboxed for simplicity) …
rgoal
  • 896
  • 3
  • 26
  • 49
-2
votes
2 answers

Export specific columns in p-datatable

I want to export specific columns in p-datatable. I have export all records before, but now I want to export specific columns. How do I do that?
Kenadet
  • 225
  • 4
  • 11
-2
votes
1 answer

Mouse-over event p-dataTable table cell

I'm using text-overflow:ellipsis for my cells to keep rows' height consistent and I want to be able to show full content using mouseover in p-dataTable PrimeNG.
-2
votes
1 answer

Capturing checkbox selection event in prime dataTable

In the prime datatable I have a checkbox to select multiple rows. When I select or unselect the checkbox, all the rows get selected/unselected correctly. On selecting or unselecting the checkbox I want to disable few buttons at the top. Hence I need…
Zack
  • 1
1 2 3
26
27