FYI
You may want to try the Table View Components v1.4 at http://www.thewebtier.com/sandwich/sandwichSelectionFast.jsp
The site has a demo application that you use to test client-side sort or paging performance.
On my 1gz celeron the demo application for v1.4 sorts 1000 rows with 8 columns in 2 seconds.


Sorting operations for 2000 rows is only 3 seconds. Besides sorting tables, you may also page and filter data on the client-side. The columns may be checkbox, edit, text, date, or hyperlinks. It works
with Struts by rebuilding value-objects that correspond to the table rows that have changed.



James Logsdon Brijware


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.


_________________________________________________________________
Browse styles for all ages, from the latest looks to cozy weekend wear at MSN Shopping. And check out the beauty products! http://shopping.msn.com



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



Reply via email to