On 30 July 2011 20:34, Jim Karsten <iiijjj...@gmail.com> wrote:

> Ray Luo and I are developing a web2py jqgrid module that allows you to
> insert a jqgrid into a page with only a few lines of code.
>
...

>
>
> # In
> controller
>
>
> JqGrid = local_import('jqgrid', app='jqgrid',
> reload=True).JqGrid
> JqGrid.initialize_response_files(globals(), theme='ui-lightness',
> lang='en')
>
>
> def
> things():
>     return JqGrid(globals(), db.things)()
>
>
>
Thanks for your work.  It seems useful. Just a question about way to specify
a datasource.  How would you handle a complex query involving several
tables?

Regards
Johann
-- 
 May grace and peace be yours in abundance through the full knowledge of God
and of Jesus our Lord!  His divine power has given us everything we need for
life and godliness through the full knowledge of the one who called us by
his own glory and excellence.
                                                    2 Pet. 1:2b,3a

Reply via email to