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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to