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://raibledesigns.com/demos/sortTable.zip
>
> On my current project, I've also added support for sorting columns with
> input fields and <selects> as well.  This script works great - except can
be
> poorly performant on large tables.  For instance, we have a table with 10
> columns and (sometimes) 250 rows - all with <input> fields.  When
sorting -
> it can take up to 6-7 seconds to sort the table.  I expect going back to
the
> server would only take a second or two, since that's how long the page
takes
> to load.
>
> We'll probably end up coding some logic eventually that sorts on the
server
> when there's > x number of rows.
>
> And here's another option:
>
> http://www.webfx.nu/dhtml/sortabletable/sortabletable.html
>
> HTH,
>
> Matt
>
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 08, 2003 5:32 PM
> To: [EMAIL PROTECTED]
> Subject: best practice for sorting columns needed
>
>
> hello all,
>
> would anyone point me how I can add client side (JavaScript) sorting for a
> table? Pls.
>
> tnx
>
> Best Regards.
> Michael.

----- Original Message ----- 
From: "imran ali" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 9:22 AM
Subject: client side sorting.


> Hi All,
>
> I have a struts page with a table of many rows. contents of rows
> comes from a collection of forms. I have to sort contents of table
> based on which column user is clicking. How can I acieve it using
> struts, java script etc.
>
> Thanks & Regards
> Imran.
>
>
>
> Imran
> ___________________________________________________
> Meet your old school or college friends from
> 1 Million + database...
> Click here to reunite www.batchmates.com/rediff.asp
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to