In a view you can do this :

{{=plugin_wiki.widget('jqgrid',tablename,width=900,height=400)}}


Richard

On Fri, Oct 15, 2010 at 5:01 PM, Percy <desp...@gmail.com> wrote:

> Hello,
>
> I am wondering if a jqgrid table can be resized? Currently I have the
> following code:
>
> displayrows=plugin_wiki.widget('jqgrid',db.entry,'','','','divtest','',
> 250,500)
>
> And no matter which numbers I enter for the last two parameters (width
> and height according to
> http://web2py.com/book/default/chapter/13?search=jqgrid),
> there seems to be no visual effect when I view my jqgrid in my app. Am
> I doing something wrong, or is there a way other than changing
> parameters to further edit a jqgrid's look and size?
>
> Thank you.
>
> -Percy

Reply via email to