Using primeNG p-dataview, I have a checkbox and a dropdown for every row. My goal is If I check the checkobox I want to get the value of the dropdon for the selected row (if selectd) same the other way around, If a user select a value from the…
I am using PrimeNG datatable for the grid data, I would like to order the date column by descending order.
Tried using sortBy & sortOrder attributes from dataTable, but nothing works for me.
my code below:
Good day
Currently I am returning an array of objects looking like:
{
attendeeCount: 5
bookDay: "2018-11-22T14:06:24.120Z"
bookingComment: "This is a test"
conferenceRoom: {id: 8, name: "Main Boardroom", seatingCount: 10, location: "Site Office",…
When I select an item in datatable with editMode="cell" (e.g. inputText , selectOneMenu) only that specific component is selected which is normal, but I want to select to whole row when I click on it, not just the component.
my problem is kind of UI…
I am using primeng ver 6.1.3
The last column on the table is short by 0.17px, here is an example of how it looks;
The expiry date cells are 47px in height. The cells in the actions column are 46.83px in height. If I try to increase the height with…
I am using primeng TurboTable where for templates a pTemplate directive is added. And then accordingly DOM gets rendered I am trying to implement a very same approach in my project to create a reusable(DUMB) component. Tried searching for a solution…
I have used a tabview with 2 tabPanels each containg a datatable.
Consider, Tab 1 datatable has 100 rows with a page displaying only 10 rows and tab 2 has a datatable with only 3 rows of data and no pagination (data is lazy loaded).
Now, if I click…
My HTML page has 2 tables and both of them has different column names. My first table has column as Application ID and Application Type where as my second table has columns File Name and Checkbox s(to select and delete file). For this scenario I…
I am using primeng data tabel like this, My requirements are
1) editable row by clicking edit button(selected row only editabel) -> done
2)all columns should not display, but in edit mode it should display in that row -> Not done
for above…
I have ng prime data table in my page. there is one column with comma separated value but multiple checkbox filters are not working on it. It only works when there is only single value in table cell when comma separated value then it not…
I'm enhancing an older application that uses primeng under Angular2. I wanted to use MultiSelect and DataTable, but customization for these two modules relies on which was only introduced in Angular4.
Since Angular4 was released in…
I'm a beginner working on an app built with Jhipster, using Angular 4.3 and PrimeNg.
I've a table (datatable, because turbotable is since Angular 5). I would like to customise the scrollHeight property according to a boolean in order to have a…