I am using pagination+sorting with the id_rowNum feature of displaytags. The resultant table might look like:
ROW USER NAME
1 Name1
2 Name2
3 Name3
When I click on the USER NAME header to sort, and assuming the table is sorted in descending order, the table now looks like:
ROW USER NAME
3 Name3
2 Name2
1 Name1
Is there a way to stop the first column from being tied up with the entire table? I want the rowNum to stay in order but everything else gets sorted. Does anyone have a solution to this?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using pagination+sorting with the id_rowNum feature of displaytags. The resultant table might look like:
ROW USER NAME
1 Name1
2 Name2
3 Name3
When I click on the USER NAME header to sort, and assuming the table is sorted in descending order, the table now looks like:
ROW USER NAME
3 Name3
2 Name2
1 Name1
Is there a way to stop the first column from being tied up with the entire table? I want the rowNum to stay in order but everything else gets sorted. Does anyone have a solution to this?
Thanks.