You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jan Tepper <ve...@mail.uni-paderborn.de> on 2009/07/08 11:32:59 UTC

[trinidad] sorting including checkboxes in tr:table

hi there.
i want to sort a tr:table using multiselection, but selection is not  
sorted too.
Example-table one column, three rows ( 0 : unselected checkbox, X :  
selected checkbox):

tr:table before soring (ascending order)

X | A
0 | B
0 | C

tr:table after sorting (descending order)

X | C
0 | B
0 | A

my column is sorted without checkboxes. it should look like this,  
where A is still selected after sorting :

0 | C
0 | B
X | A

i really don't know how to solve this. has anyone suggestions?

jan