Hey Thomas, I've been working on a grid for awhile with the hope of
creating a Rails component of it - I really want to try to use the
clientside xslt approach for it, which I think could be done with XML,
JSON, or whatever with the rowdata. Some other info about the columns
would still need to come from somewhere. Right now, I'm extrapolating
that information from a skeleton of xhtml before the first
xslt transformation. Are you interested in developing this, or were you
just mostly wondering if something already existed?
Here's a test page for the clientside xslt (Sarissa is fast):
http://development.finetooth.com/?p=15
Here's the grid "working" better- http://development.finetooth.com/?p=6
-l

Thomas Atwood in message [Rails-spinoffs] AJAX data grid for Rails? (Tue, 06/13 
11:31):

> Has anyone used an AJAX data grid with Rails?
> I am rebuilding a copy of the venture source web site as a first ruby/ 
> rails exercise.  If anyone has used a javascript data grid with  
> Rails, I would appreciate sample code, or notes on your experience.   
> The controller action would presumably communicate with the data grid  
> component running on the browser by extracting data from a relational  
> DBMS into a model, and then serializing that into XML or JSON which  
> the Javascript component could import.  However, if there was a way  
> of bypassing the generation of an intermediate XML | JSON  
> representation, by injecting data into a rails-compatible server-side  
> component that sent the entire grid component (preloaded with data  
> from the rails model) as javascript to the client, that might be  
> simpler. 
> _______________________________________________
> Rails-spinoffs mailing list
> [email protected]
> http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

-- 

Lindsey Simon
[EMAIL PROTECTED]
Key fingerprint = C6A9 B9D9 677E A631 3E7F  43BF 5E2F 77F1 A33C B117
Public Key: http://www.commoner.com/pubkey.asc
_______________________________________________
Rails-spinoffs mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to