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


Reply via email to