I would make a view at the database level and define a table for that view in web2py model dans then pass the view to jqgrid...
On Wed, Dec 1, 2010 at 5:45 AM, Neveen Adel <[email protected]> wrote: > Hello, > > Is there a way to make jqgrid plugin to display data from multiple > tables ? > > plugin_jqgrid(db.shout,columns=['id','message'],height=300) > > > Thanks in Advance

