Re: [web2py] Re: multiple SQLFORM.grid on tabs

2014-08-12 Thread Vid Ogris
How can I do that? Load via Ajax? 2014-08-12 19:41 GMT+02:00 Massimo Di Pierro : > You cannot have multiple grids in one page because they use the url args > to set their parameters. Unless you load the grid separately via ajax. > > > On Tuesday, 12 August 2014 02:10:38 UTC-5, Yebach wrote: >> >

Re: [web2py] Re: multiple SQLFORM.grid on tabs

2014-08-12 Thread Massimo Di Pierro
You cannot have multiple grids in one page because they use the url args to set their parameters. Unless you load the grid separately via ajax. On Tuesday, 12 August 2014 02:10:38 UTC-5, Yebach wrote: > > Thanks for reply > > I get both grids but they are not in different tabs but both in the sam

Re: [web2py] Re: multiple SQLFORM.grid on tabs

2014-08-12 Thread Vid Ogris
Thanks for reply I get both grids but they are not in different tabs but both in the same and in addition, when I open view or edit option I get double view for one record? 2014-08-11 16:58 GMT+02:00 Cliff Kachinske : > I would just use ajax or LOAD. > > If you really want to use grid, somethin