if you have the latest plugin_wiki, in any view

{{=plugin_wiki.widget('jqgrid',tablename)}}

or

{{=plugin_wiki.widget('jqgrid',tablename,fieldname,fieldvalue)}}

to select all records where fieldname==fieldvalue. There are other
optional arguments

columns='id,field1,field2,etc...'
col_widths='23,34,45,56'

All arguments are strings because they are expected to come from

``
columns: .....
col_widths: ....
``:widget


On Jul 20, 3:20 pm, Jean-Guy <jean...@gmail.com> wrote:
> Hello,
>
> Can't understand what is the syntax to use the jqgrid plugin available
> inside of plugin_wiki in "standard" web2py app (in controller).
>
> Everything works in the cube, I would use the jqgrid of plugin_wiki in
> my app since it seam that it will be actualize regularly in the future.
>
> Thanks.
>
> Jonhy

Reply via email to