I am triyng to build a dynamic DataTable using PrimeNG 2.0.5 with Angular 4 but I've got an error : "GET http://localhost:3000/application-detail.component.html 404 (Not Found)" and also "Unhandled Promise rejection: Failed to load…
I have detected a bug in Angular 4 or PrimNG Datatables module.
I have a simple view:
{{node.label}} //works with case 1,2,3 and 4
//works with case 1, 2, and 3 (but not with…
I have a DataTable that is bound to a model that is refreshed ever 10 seconds via polling my api. The data refreshes fine but I have a bug tied to the selection.
If I have selected one or more rows it will stay selected when the data is refreshed.…
I am using Angular4 to create an application in which i need to navigate between tabs using a button click event inside the tabs.Primeng Datatable click event navigate to another tab.
tabsSample.html
I am trying to use reorderableColumns and scrollable properties together in my p-datatable.
But it seems that it is not working as expected. When we try to drag the columns it is not moving. If we remove scrollable property from code, then…
I use PrimeNG beta 17 with Angular 2 and and have come by a situation where I want to change the Horizontal Layout of DataTable to Vertical layout as illustrated below:
By Default:
Horizontal Datatable Layout
My requirement:
Vertical DataTable…
PrimeNG datatable has an option [filter]="true" which enables an input on column header used to filter data. Additionally the API provides a callback onFilter fired when filtering data.
Typing into the provided input for filtering data causes the…
In an Angular 8 project using PrimeNG DataTable, I would like to make my paging server side. So I want to load only 10 records at a time rather than loading all 10000+ records at a time. Every time page changes 10 records to be load from the…
I'm trying to create reusable component which have primeng-table. This reusable component will accept input as data and col to display in table.
In user component, I'm just using prime-table component to display data by passing the data and cols as…
[updated]
The issue is when using the PrimeNG Column Filter to search it does not match to what is being displayed but matches to the original value.
As an example I'm using longitude and latitude values where the raw format would be something like…
Im trying to assign a style that is coming from an object[], if I hardcode the style like [style]="{'text-align':'right'}" then works but if I read it from the object then throws an error, any advice?
I am using Angular 7, and primeng 7.0.0 verstion p-table
Now I have requirment of row edit.I followed orginal documentation primeng p-table row edit But I am getting error while implementation.
Please help me,, I tried alot not finding any proper…