On Friday, 28 June 2013 08:34:03 UTC-3, shuki wrote: > > 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 ? >
I don't know how you will show your data, but maybe you could use a jquery table like jtable (jtable.org). This way you can have a all DB table's informations on one single page and you can do CRUD with this. -- 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.
