sort 2 « PrimeFaces « JSF Q&A





1. No Filter or Sort with Lazy Dynamic DataTable ?    forum.primefaces.org

2. LazyDataTable with filtering and sorting    forum.primefaces.org

3. Sort Issue on p:datatable    forum.primefaces.org

>> << givemefive Posts: 4 Joined: 25 Nov 2010, 21:46 10 Dec 2010, 13:41 by givemefive Sort Issue on p:datatable Hi, this is my first post on primefaces. I defined a ...

4. Issue while sorting    forum.primefaces.org

I've come across the following stack trace when trying to do a sort from the UI Caused by: java.lang.UnsupportedOperationException at java.util.AbstractList.set(AbstractList.java:115) [:1.6.0_21] at java.util.AbstractList$ListItr.set(AbstractList.java:412) [:1.6.0_21] at java.util.Collections.sort(Collections.java:163) [:1.6.0_21] at org.primefaces.component.datatable.DataHelper.decodeSortRequest(DataHelper.java:84) [:] ...

5. Simple sorting on datatable    forum.primefaces.org

Hi all with RC2 column sorting has stopped to work correctly. When I click on column header arrow changes but nothing happens... This is my datatable Code:

6. Datatable lazy and sorting question    forum.primefaces.org

Hi, is it possible to use the automatic sorting on columns provided by primefaces (sortBy and sortFunction) on a lazy datatable? I fear that everytime a colomn header is clicked, the ...

7. Datatable Filter/Sort    forum.primefaces.org

>> << 887662 Posts: 6 Joined: 29 Sep 2010, 23:54 15 Jan 2011, 00:04 by 887662 Datatable Filter/Sort Hi All, I'm a new primefaces developer and have used datatables many time ...

8. Datatable sorting does not work if columns contain component    forum.primefaces.org

Hi, I have a datatable and I am trying to sort by... In every combination that i've tried it only sorts the columns that does not contain a component (in my ...

9. Multiple Column Sorting feature in DataTable Component    forum.primefaces.org

Hi, I am using the Pimefaces 2.2.RC1 with JSF 2.0.3 & Spring web-Flow 2.2.1 Release. Using the DataTable Component to display the list in ui. "Multiple Column Sorting" = Means after ...





10. Sorting on DataTable is not working    forum.primefaces.org

28 Jan 2011, 13:05 by samwun9988 Sorting on DataTable is not working Hello, I tried to follow the Sorting DataTable example on ShowCase, but it does not work. Here is the ...

11. dataTable, sorting and backing bean    forum.primefaces.org

I have a question concerning the sort feature of the dataTable. If the dataTable is sortable (), is there any way to know the current sort order in the backing ...

12. How to enable Sorting in DataTable.    forum.primefaces.org

Hello, I try to use Sorting in DataTable, for weeks, but I still can't get it to work. The ShowCase on the primefaces website doesn't show other relevant files, eg. which ...

13. DataTable sorting is gone after changing page    forum.primefaces.org

Hello there, I've got a simple DataTable with paginator enabled and sorting feature on some columns. Changing pages and sorting both work, but if I sort by a column and after ...

14. Datatable sorting problem    forum.primefaces.org

Hi, I am trying to sort a datatable that contains a primefaces component other than outputText. h:outputText does sort correctly, but the component (p:rating) stays on the same place. Is this ...

15. Sorting issue on dynamically build datatable    forum.primefaces.org

Advanced search FAQ Register Login PrimeFaces Forum Board index Community PrimeFaces Core Print view Next topic | Previous topic | Sorting issue on dynamically build ...

16. Primefaces Dynamic Table sorting bug    forum.primefaces.org

First, thanks for the 2.2 release. I purchased my PF guide as soon as it was available! I'm also in talks with my management to get an enterprise PF license... Hopefully ...





17. dataTable sort not working all the time    forum.primefaces.org

We do store the records in a List in the backing bean. We fill the list once and then just use it. This seams to help for the sort.

18. Problem with table sorting updates    forum.primefaces.org

public class TableBean { private ListDataModel carModel = new ListDataModel(); // add this to the showcase class ...

19. Datatable: Wrong selection after sorting    forum.primefaces.org

10 Feb 2011, 15:20 by 3.1415926535 Datatable: Wrong selection after sorting Hi, i have a problem with my datatable, after i sort the table by any value and klick on my ...

20.  Sort don't work    forum.primefaces.org

11 Feb 2011, 14:24 by Dieghito Sort don't work Hi, I'm new to primefaces. I think it's a great library, but I have a problem with the table in subject ...

21. Pagination + Sorting in DataTables    forum.primefaces.org

Hello, is it possible to do sorting of columns within datatables using pagination? Are there any samples? In the showcase there is only sorting and pagination but not both together. When ...

22. dataTable sorting only works after filtering    forum.primefaces.org

24 Feb 2011, 12:47 by sayale dataTable sorting only works after filtering When I try to sort a Table Column the ajax call works fine. I can see that at the ...

23. Feature Rqst: server-side sorting and filtering for LazyData    forum.primefaces.org

I guess, I'm not only one person who need this. So I'd like to say we. We need server-side sorting and server-side filtering for LazyDataModel. It's pretty cool having cacheable on ...

24. Datatable Sort Loses Data    forum.primefaces.org

Hi, I just upgraded to the new primefaces 2.2.1. I have a simple datatable with three columns. When I sort on a column, the data in the last two columns disappears. ...

25. Sorting a datatable having Input boxes in columns    forum.primefaces.org

10 Mar 2011, 12:03 by sbdata Sorting a datatable having Input boxes in columns Hi, I am using a Primefaces data-table with Primefaces 2.1. and Spring web flow 2.2.1. I need ...

26. Datatable with Filter, Sort and in-Cell Editing    forum.primefaces.org

15 Mar 2011, 15:23 by alebu Datatable with Filter, Sort and in-Cell Editing What steps will reproduce the problem? 1. Create a Datatable with Colomun Filter,Sort by Column, and in-Cell Editing ...

27. DataTAble and Sort    forum.primefaces.org

Hi, i m testing primefaces for Energie Company in FRANCE. I have probleme with datatable in lazy mode. What steps will reproduce the problem? On complex datatable exemple 1.Select the second ...

28. Filtering / Sorting ?! Help    forum.primefaces.org

18 Mar 2011, 12:06 by rippal Filtering / Sorting ?! Help Hy primefaces users! I can't implement Filtering and Sorting to my DataTable!! I already tried so many different things and ...

29. Datatable sort problem    forum.primefaces.org

01 Dec 2009, 13:28 by Inah Re: Datatable sort problem Hi!! I'm havng the same problem! I tried with p:commandLink too, but when I put dynamic="true" in my dataTable it stops ...

31. Sort function from p:column is not even invoked!    forum.primefaces.org

...

32. Datatable - client side sorting&filtering    forum.primefaces.org

Hello, Is client side sorting&filtering not supported in 2.2.1 ? I have the 2.1 manual who declares that client side s&f is supported. Will it be supported again in 3.0 ? ...

33. DataTable Sorting Events    forum.primefaces.org

12 Apr 2011, 22:10 by smcauliffe DataTable Sorting Events We are currently using a pair of tables, one of which displays category data, and the other summary. Selecting row(s) in the ...

34. Sort trouble in DataTable with date    forum.primefaces.org

...

35. p:dataTable paging/sorting dont work with CDI context    forum.primefaces.org

Hello, Im using p:dataTable, superb work! Lazy loading is amazing, never found similar in another table component. However, paging/sorting and h:commandLink inside columns dont work if managed bean is @ConversationScoped. When ...

36. Sort on DataTable does not work    forum.primefaces.org

Hi, My xhtml is as follows Code:

37. Bug in Datatbale with Pagination and Sort together    forum.primefaces.org

Hi, I have a with pagination and sort. When I go the 2nd page and sort the column, the page comes back to page 1. I think this is a ...

38. Dynamic p:column with c:forEach. Filter ans sort problem    forum.primefaces.org

Hello. I'm using primefaces-3.0.M1, Mojarra 2.0.4, Glassfish 3.0.1 I set list of datatable column using tag. I use this approach instead of because it need to have filter and ...

39. datatable with filtering+sorting wrong selection    forum.primefaces.org

26 Apr 2011, 18:05 by jskjons@rei.com datatable with filtering+sorting wrong selection I have a datatable that allows both filtering and sorting on most columns and has one column with command links ...

40. Datatable sorting works only after filteration    forum.primefaces.org

26 Apr 2011, 22:06 by sdrc Datatable sorting works only after filteration Hi Experts, I am using primefaces 2.2.1 , and facing some issues with the datatable component. The sorting for ...

41. Sorting is not working in my JSF PrimeFaces Datatable and blank (empty) rows are displayed filtering    coderanch.com

I am using primefaces-2.2.1.jar, jsf-api-2.0.4-b09.jar, jsf-impl-2.0.4-b09.jar (Mojarra), Facelets. I have got a complex datatable with paging, filtering and sorting. I have got the following two problems. 1. Sorting is not at all working in my PrimeFaces Datatable. Nothing happens when I click on the column name only the arrow icon moves up and down. 2. After doing filtering if I click ...