I don't think so. Would be nice, though.

On Friday, May 3, 2013 7:30:57 AM UTC-4, 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.


Reply via email to