Re: [web2py] Re: Show tables

2015-05-07 Thread Kevin Capuchino
Thanks for your answer. But I tried that. I need create a subquery of many tables and show it where the user can edit or delete. I have understood that SQLFORM grid only accepts tables no rows, is it true? 2015-05-06 17:00 GMT-05:00 黄祥 : > for show two tables in 1 page i think you can use compone

[web2py] Re: Show tables

2015-05-06 Thread 黄祥
for show two tables in 1 page i think you can use components, and please ensure that use set the different formname for each of your grids ref: http://web2py.com/books/default/chapter/29/07/forms-and-validators#SQLFORM-grid-signature http://web2py.com/books/default/chapter/29/12/components-and-plu

[web2py] Re: Show tables

2015-04-28 Thread Niphlod
grid can show a join, that is data coming from different table, but "condensed" into a single resultset. if you want a page with more than a grid, each holding a simple table, you should use components. On Tuesday, April 28, 2015 at 9:26:23 PM UTC+2, KevC wrote: > > Hi! > > I want to show two or

[web2py] Re: show tables joined in jqgrid

2011-01-31 Thread luifran
I talk about the plugin jqgrid On 31 ene, 12:12, luifran wrote: > I can display single table in jqgrid, but, how I can display joined > tables  in jqgrid?