Well there is, but, it's not pretty. You could create a DAL instance using 
sqlite mem, then you put everything you get from the service there, then 
you send a query in that DAL instance to the grid.  
  
Frankly, this is not a good idea and you'll probably run into problems, 
you're better off using one of the many javascript grid options.

Here are some options:

http://handsontable.com/
https://github.com/tonytomov/jqGrid/tree/master
http://datatables.net/

Or really just make it yourself it's really easy with stuff like ractivejs 
or similar.

-- 
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