i want to use forms that display an entire DB table (or entire results of a DB query), and let the users do CRUD operations of the data via these forms in a grid display.
what is the simplest way to achieve this in web.py? the tutorial and some examples show how to use a form for a single "record" at a time, but not a collection of records that correspond to an entire query / table. i read that there's "formalchemy", but i just start reading into it, and i am not yet sure how it will connect with web.py. Are there open examples for "binding" forms to db sets for CRUD in a tabular/grid view ? -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
