After filtering of primefaces 'tasksDataTable', the 'number of records' does not update.
For example before filtering number of records is 45, and by filtering table i get 3 records as result. But 'number of records' is already 45 (i expect to show…
I have this datatable which I implemented with Primefaces's LazyDataModel.
Everything works fine except for the initial load when I open the page for the first time or refresh.
The load method get called 6-7 times.
When I change page, filter or sort…
I have a p:dataTable which needs to have both radio selection and row selection.
In primefaces.org/showcase we have checkbox and row selection but with multiple selection and only row selection and only radiobutton selection.
Below is my…
I have a simple datatable which I'm exporting and I need to decide at preProcessor stage if the export should continue depending on whether there is another export currently running or not (it's a 30000 records table and two concurrent exports just…
I have a datatable and on "rowselect", another datatble gets populated on the screen . e.g, if I select an employee another datatable with all the records for the employee gets displayed. If I do some filtering on the second datatable, it works…
I have give rowStyle based on condition. This datatable also has selection (check-box) option.
rowStyleClass="#{condt ? myStyle : null}"
I would like to retain the custom style that is applied on the row, even when it is selected (i.e., check-box…
I am new in this StackOverflow community. I am having a problem that the PrimeFaces data table rowEdit Ajax event is not calling whenever I click on the pencil. I know that there are so many questions in this community, I tried each and every…
I am using a datatable of PrimeFaces with a global filter.
When I enter a filter, I want to refresh the number of rows in the filtered list displayed, but it does not work: update is triggered before filter()
Thanks for your help.
Here is my…
I d like to create several xhtml pages using the same datatable with different filter.
For example there would be a men.xhtml and women.xhtml page from and service call getHumans;
I would like the filter to be automatically applied without typing it…
I need to do a user permissions grid hopefully using a primefaces datatable. For each row: Column one is a class name, Column two is a checkbox for permission for one of two subclasses. Column three is a checkbox for permission for the other…
I'd like to add one line to a datatable. This line would be exactly the same kind of lines that the ones already in the datatable.
In this example, my list of cars can't be changed. And I have an extra car to add at the first line.
Good day
Is it possible (I seem to be stuck at not being able to click the 'tick' to accept a row edit) to use a Primefaces datatable to display the result of a non updateable Postgres view, but have custom code in the onRowEdit event that will…
Users just noticed a big bug in my datatable. When you use a datatable and a column toggler, unselecting a column just shift some rows, but it goes wrong when some cells are empty.
So i tried to refresh my data table with
`