If you mean a 'master-slave' multiple table arrangement then you can include include code for the client (javascript) to respond to a relevant master table event that does not replace the entire page (by using ajax and json) that: 1) sends data to web2py, 2) asynchronously receive data back from web2py and then 3) updates the slave jqgrid table.
If this is what you want to do, then working through jqgrid documentation and examples will help. John Heenan On Dec 1, 8:45 pm, 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

