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