Questions tagged [primeng-datatable]

Questions about the PrimeNG DataTable component from PrimeTek Informatics.

Useful Links

474 questions
-1
votes
1 answer

How to do regex validation in PrimeNg table editor?

I am using PrimeNG DataTable editor. I want to implement validation with Regex for each field. Regex Validation: only number and only alphabets. How can this be done?
Kamaraj G
  • 11
  • 1
  • 6
-1
votes
1 answer

How can i write a custom filterfunction for Date

I have a DataTable with a column Timestamp:
w.eric
  • 321
  • 5
  • 15
-1
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
  • 245
  • 5
  • 13
-1
votes
1 answer

PrimeNg Datatable Column Disable

I am using Primeng Datatable. Also using [(selection)] ="selectedRowItems" in to multiple check/uncheck etc. I'd like to modify this datatable checkbox-column in such a way that if some certain condition is given then the column…
SamCodes
  • 384
  • 4
  • 17
-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:…
-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
  • 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
  • 1,236
  • 11
  • 35
  • 61
-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
2 answers

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
31
32