Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4900159
By: goelshek

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.


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to