RE: client side sorting.

2003-09-14 Thread imran ali
I used client sorting the way it is used at http://www.glendinning.org/webbuilder/sortTable you can see the source by doing view source at this page. But when I used it. Suppose I am having 6 rows. then it is actually swapping 1 & 6, 2 & 5, 3 & 4. Please help as to what may be the reason behind

RE: client side sorting.

2003-09-11 Thread Paul McCulloch
If you can live with a server side solution then the "display" taglib does this & much more. Paul -Original Message- From: imran ali [mailto:[EMAIL PROTECTED] Sent: 11 September 2003 16:23 To: Struts Users Mailing List Subject: client side sorting. Hi All, I have a struts page with a t

RE: client side sorting.

2003-09-11 Thread David Wilkinson
A good source for things like this can be found at http://webfx.eae.net/dhtml/tablesort/tablesort.html Regards DRAW -Original Message- From: imran ali [mailto:[EMAIL PROTECTED] Sent: 11 September 2003 16:23 To: Struts Users Mailing List Subject: client side sorting. Hi All, I have a

Re: client side sorting.

2003-09-11 Thread Mike Deegan
FYI From: "Raible, Matt" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, May 09, 2003 6:29 AM Subject: RE: best practice for sorting columns needed > Here's one you might like: > > http://raibledesigns.com/demos/sortTable.html > > download @ http://raibled