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 wrote:
> Hello,
>
> Is there a way to make jqgrid plugin to display data from multiple
> tables ?
>
> plugin_jqgrid(db.sho
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
Massimo wrote in another thread:
"
The jqGrid widget has a button in bottom-left corner that opens a
popup search box. It is less user-friendly than datatable but allows
more precise construction of search criteria and works via ajax, i.e.
with arbitrary large amount of data.
"
I have played with
Hi,
I try to get the JQGrid Plugin (http://www.web2py.com/plugins/default/
jqgrid) to work with multiple Databases.
Like this:
db_1 = DAL("sqlite://db1.db")
db_2 = DAL("sqlite://db2.db")
db_3 = DAL("sqlite://db3.db")
plugin_jqgrid(db_1.shout)
But the Grid is empty.
If I do it like that, it
Hi. I've developed a plugin to use JqGrid with inline editing and json
updates.
I've published some help at this page: http://app.ebansoftware.net,
but I think it be more useful
to publish it also on http://www.web2py.com/plugins. What is the
correct procedure
to publish the plugin on that site?
T
http://web2py.com/plugins/default/jqgrid
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com.
For more o
6 matches
Mail list logo