I would like to sort a dataTable which has column named "CustomerName" which needs to be sorted based on Customer's FirstName & LastName.
So i'd like to pass value to sortBy attribute as shown…
I have huge records and so i am using primefaces lazyloading to fetch the records from database and display, I have implemented load method of lazyDataModel and pagination is working, but while sorting it is not able to sort it properly, my code is…
I want to have a p:datatable which contains one column having a treenode in each cell. How should I implement this? I'm new to jsf/primefaces. Any example is really appreciated. Thanks for any help!
col1 | …
I have been struggling for a few days now with Primefaces, DataTable not showing the new value after editing a row.
I have searched a lot but couldn't get the solution.
So anyone can help me out... Thanks
Html code is
…
The following code does not update the current datatable row count correctly after applying filtering. Sometimes I have to hit the enter key twice in the filter input box after typing the text so the count is updated correctly. And sometimes it…
Using the showcase example the Declarative p:dataTable with p:columns and pagination works.
I would like to get this working in a programmatic way and on page load grid is shown with data. when i click on the pagination for programmatic , all the…