For the final user, is easier if every table in the Application has the same Look&feel. Think about it, now, if I want the same table I have to make it by hand when the problem is that GAE is not able to support this kind of query. In this context the number of rows is not a problem, the problem is the kind of query that must be done by hand (for joins).
There is any way to make rows appear like a table? or I have to make the table row by row in the view? On Friday, May 3, 2013 3:24:02 PM UTC+2, Massimo Di Pierro wrote: > > Not possible for various logical reasons. The point of the grid is to do > paginations without having all the records. If you do, you do not need the > grid. > > On Friday, 3 May 2013 06:30:57 UTC-5, José Manuel López wrote: >> >> Lets say I have a Rows object with the info I want to represent in a gird >> or smartgrid, is there any way to create a grid passing this rows?. >> >> Something like this: >> >> form = SQLFORM.grid(*ROWS*, <<----- >> searchable=True, >> deletable=True, >> details=True, >> selectable=False, >> create=True, >> sortable=True, >> paginate=100, >> maxtextlength=75, >> links_in_grid=True) >> >> I know that SQLFORM needs a query, but I'm in GAE and I have to make the >> joins "by hand", here ROWS contains the result of the join. >> >> Thank you in advance >> > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

