I am using p-datatable in my angular project.
When I click Delete in that row, I want to add just "display: none" style to that row since I want to just hide it and not delete it. The element will actually get deleted only when the user click the…
I am using angular2 with primeng2, pagination is not properly working on dataTable lazyLoad, If click on the specific page or next button it's making API call and getting the response from server but dataTable is not updating immediately
if we click…
I am trying to implement datatable of primeng.
In which, I have created an array of header, field and options, i.e.: headersList.
It is as shown below:
{
header: "Time",
field: "time",
options: "timeOptions"
}, {
header: "Date",
…
I've used time-picker from PrimeNG, I need the time only on left and the time to be displayed on the right side of text. I'm unable to add css and change its view can any one please look into this ?
I am using primeng with angular, However, it feels like my problem is with html/css.
I have found out how to present my ui the way I would like with the datatable component. However, when I leverage the datatable component inside the rowexpansion…
i'm trying to use primeng dataTable with the following properties:
editable='true' rowGroupMode="rowspan"
but it seems like these two properties can't work together.
When trying to edit a table grouped cell I'm getting this error:
ERROR TypeError:…
I'm displaying a primeng table and the cell format will depend on the next column value, i.e. the one beside it to the right.
I'm wondering how I can get the value of another column. I have:
I have scenario where I need to display 150 records at a time in primeng data grid, but it starts freezing after 50 records since in my grid, I have 18 columns, so it is taking lot of memory and also has many events attached to the rows. So, I would…
I'm developing an angular application, and when I tried to install the latest version of primeng , I'm getting version mismatch error as shown below ,
I want to use the latest version primeng 5.0.2 for its upgraded features in my Angular 4 project …