Hi All,

I have following grid displayed on the screen

grid = SQLFORM.smartgrid(db.area, groupby=db.area.name)

query runs fine and due to groupby clause, instead of, lets say, 180 
records only 6 records are displayed on screen. 

But on click of csv, html, json etc links below smartgrid, the file 
downloaded contains all 180 records, I am expecting to see only 6  while 
downloading i.e. whatever visible in the smatgrid. 

Kindly help. 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to