[Seaside] Seaside and reports

Nick Ager nick.ager at gmail.com
Tue Aug 30 07:09:50 UTC 2011


Hi Oliver,

I need to display a report in a datagrid with Seaside . What is the best way
> to do that ?
>

Have a look at: WATableReport

or JQWidgetBox-JQGrid which you can install with something like (untested):

Gofer new
     squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfJQueryWidgetBox';
    load.

((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project latestVersion)
load: #('JQWidgetBox-JQGrid-Core' 'JQWidgetBox-JQGrid-Dev').

Hope that helps

Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110830/43bb536d/attachment.htm


More information about the seaside mailing list