1. PrimeFaces DataTable Sorting & Filtering don't work with JSF DataModel stackoverflow.comI have 3 test web applications, using the same model and controllers, the difference is in JSF session managed beans.
|
2. Filtering in |
3. DataTable Sorting & Filtering don't work with JSF DataModel forum.primefaces.org25 Jun 2011, 23:11 by mediterran81 DataTable Sorting & Filtering don't work with JSF DataModel I have 3 test web applications, using the same model and controllers, the difference is in ... |
4. LazyDataModel does not pass generic type to DataModel forum.primefaces.org |
5. Customized pagination with DataModel forum.primefaces.orgHi , I have gone through the blog about implementing customized pagination with datamodel, http://cagataycivici.wordpress.com/2006 ... om_paging/ I have tried to implement this with primefaces data table . But this did ... |
6. dataTable sortBy not working with DataModel forum.primefaces.orgWhy sortBy feature of dataTable component only works if value of dataTable receives List < E > instead of working with javax.faces.model.DataModel too? I'm using primefaces 2.2RC2, mojarra 2.0.3, tomcat 6.0.29, ... |
7. Filterable Datatable breaks DataModel? forum.primefaces.org>> << csyperski Posts: 50 Joined: 16 Apr 2010, 14:36 23 Dec 2010, 17:53 by csyperski Filterable Datatable breaks DataModel? I'm running 2.2RC2, on tomcat 6 and I am having an ... |
8. DataTable and Sorting with DataModel, not List |
9. Filtered Datatable: no EL param, Listener, DataModel value forum.primefaces.org15 Feb 2011, 18:07 by brazzy Filtered Datatable: no EL param, Listener, DataModel value Hi, I have a datatable with filtering, and want to pass data to an action via a ... |
10. Ajax sorting doesn't work if value is DataModel object forum.primefaces.org//Ajax sorting request if(sortKey != null && sortDir != null) { List value = (List) dataTable.getValue(); ... |
11. Sort with DataModel BUG forum.primefaces.org |