grid and smartgrid are not the best way to achieve what you are trying to do.
On Monday, April 8, 2013 10:34:20 AM UTC-4, Jurgis Pralgauskis wrote: > > and still would like to be able to load it more interactivelly with > smartgird. > > now if I try smartgrid > > SQLFORM > <https://jurgis.pythonanywhere.com/examples/global/vars/SQLFORM>.smartgrid(db.grandparent, > linked_tables=['parent', 'child'], links=[dict(header='children', > body=lambda row: get_children_grid(db.grandparent, row))]) if query else None > > > I get browser ERR > The page isn't redirecting properly: > Firefox has detected that the server is redirecting the request > for this address in a way that will never complete. > >> >> -- --- 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.

