anon
anon

Reputation:

Grails with YUI table example

Does anyone have an example using the table object in YUI library. More specifically, I'd like to dynamically load it from JSON or SQL?

http://www.grails.org/YUI+Plugin

Upvotes: 2

Views: 4082

Answers (2)

anon
anon

Reputation:

I just found this example. Will be trying it out this weekend. Looks like exactly what I was looking for.

http://marceloverdijk.blogspot.com/2008/06/grails-yui-datatable-example.html

Upvotes: 2

Hank Gay
Hank Gay

Reputation: 72039

From the YUI documentation: DataTable examples. In particular, here's an example using JSON and XmlHttpRequest.

Upvotes: 0

Related Questions