I use the primeng datatable beeing close to my final need, however I would like to overload it because I need an additional functionality (By example, I would like to change the header to be editable at click).
So I started by trying to execute an…
I am trying to implement a lazy load for a large set of data with primeng . I have done everything documented on the official site, however I could not make it work.
The onLazyLoad callback runs only once at the time of loading the…
I could not find any documentation on it.
The ngPrime has all the features required for my project standpoint, but I want to be sure that ngPrime table supports server side pagination as it is a required feature.
We have a requirement to have editable Grid with calendar a template column, i am using following code, but it returning error during run time. i think error occurring at the below highlighted row.
ERROR:Uncaught (in promise): Unexpected literal at…
I want to implement PrimeNG DataTable LazyLoading in Angular 2 but there is no realtime example i found on internet.
I have already referred below PrimeNG site which shows lazy loading with dummy…
I get following error when trying to set dynamic column width
ERROR Error: Cannot find a differ supporting object '{width: '180px', 'text-align': 'center'}'
Employee List
…
I am trying to sort the auto-increment template column in primeng but it doesn't work without having to specify the [field] (I'm not sure what should field be assigned to incase of rowIndex)
PRIMENG is a component library for Angular and I'm currently using their p-table component to dislpay data from a database. One of the columns displayed in the table contains a boolean value, and I'd like to have a default true value for that column…