smartgrid does not allow a query argument (only grid does). smartgrid takes a table.
On Tuesday, 16 July 2013 00:14:18 UTC-5, Sarbjit singh wrote: > > Hi, > > I have been trying to use the dynamic search with SMARTGRID. But it is not > working. I modified the code as : > > results = db(query).select(*selected) > > ==MODIFIED TO ==> > > results = SQLFORM.smartgrid(query) > > With this modification, it is giving the below error :- > > "Query" object has no attribute "_tablename" > > Can you please help me to resolve this error. > > -Sarbjit > > On Monday, April 26, 2010 8:45:45 AM UTC+5:30, mdipierro wrote: >> >> I think we should include this in crud. Would you send me a patch? >> >> On Apr 25, 8:47 pm, "mr.freeze" <[email protected]> wrote: >> > Just thought I would share a small slice I made recently. It's creates >> > a search form for a table with selectable fields and criteria. >> http://www.web2pyslices.com/main/slices/take_slice/78 >> > >> > -- >> > Subscription settings: >> http://groups.google.com/group/web2py/subscribe?hl=en >> > -- --- 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.

