Having a scrollable table with a scrollHeight set and after that changing the scrollHeight, the scrollbar should be aligned with the table header automatically. The table data is not changed.
(I have a scrollable table with header in a resizable…
I used Primeng data-table for display selected values from angular select.
Whenever select the option in dropdown that selected values need to be display in primeng data-table.
Here problem I got empty row instead selected value:
The Code:
…
I am currently developing the user interface of a web application using angular5. I have a p-dataTable component (PrimeNG v5) with several rows, and a half of it frozen and the rest scrollable horizontally.
The goal is attaching a footer row to the…
I am using primeNG in one of my project. I have used Table with sorting from primeNG. I want to used customized icons for sorting.
Any idea how to override the existing primeNG icons.
PrimeNG version - 6.1.4
I'm using component p-table with "Paginator" and "Lazy loading", and I made one search component with what I need.
I am trying to fix the problem when I filter and the page index is on another page.
example:
page index = 2
Filtering text =…
I am using PrimeNG DataTable with Angular and trying to implement something similar to this StackBlitz.
How to add a required field validator on the row that I am trying to edit ? Basically when they edit the comment I need to make sure they…
I have a PrimeNG datatable with dynamic columns and I want to add a filter to these columns filtering for the value.
Here is my datatable column with the filter :
I have a problem deleting a row from a p-datatable.
TS
public files: UploadFile[] = [];
deleteAttachement(index) {
if (this.files.length > 0) {
for(let file2 of this.files) {
if (file2.fileEntry.isFile) {
…
I am unable to change the icon of the signpost element i.e. clr-signpost of Clarity Design System (Version: 0.9.0), both in Chrome & IE. The signpost is showing the default info (i) icon. No error is displayed in console.
In my Angular 4 project I…
I am working on a project using Angular 4 and PrimeNG where I need to be able to double click on a cell, selected it and open a dialog to do some modifications on the cell's underlying data.
As far as I can see from the documentation, currently…
I have datatable in angular 4 application using PrimeNG and I want to sort by date named as received_at
I already created stackblitz and posted code what I have tried in this
stackbiltz link - PrimeNG datatable
below PrimeNG datatable grid…