Re: Re : Re: [web2py] Re: Web2py Powertables plugin : in-line editing problem.

2011-07-22 Thread Bruno Rocha
I will maintain both plugins. (but not so fast to update and solve issues) http://labs.blouweb.com On Fri, Jul 22, 2011 at 8:33 AM, JmiXIII wrote: > Hello , > > > PowerGrid seems pretty nice and usefull, yet powertable fits better my > needs. I've used the details to render other view containin

Re : Re: [web2py] Re: Web2py Powertables plugin : in-line editing problem.

2011-07-22 Thread JmiXIII
Hello , PowerGrid seems pretty nice and usefull, yet powertable fits better my needs. I've used the details to render other view containing forms and it's Ok for me. Yet is Powergrid intended to replace PowerTable or will you work on both project? That's just to know which plugin to choose for

Re: [web2py] Re: Web2py Powertables plugin : in-line editing problem.

2011-07-22 Thread Bruno Rocha
PowerTable is being rewriten, for lots of improvements and no more dependency on SQLTABLE. By now, in powertable the only out-of-box option for edit is inline editing, or you can load an IFRAME(CRUD) form in details and edit records there. Optionally you can use VirtualFields to append new button

[web2py] Re: Web2py Powertables plugin : in-line editing problem.

2011-07-22 Thread Will
I just saw your new pre-alpha plugin PowerGrid and maybe an editing button in a separate column like it has would be better, especially if an onvalidation=... validator can be applied to the generated form in the popup. Does PowerTable has the same function included or is in-line editing the only '

[web2py] Re: Web2py Powertables plugin : in-line editing problem.

2011-07-20 Thread Will
On Jul 20, 7:21 am, Bruno Rocha wrote: > try: > > def editablefunction(): >    id = request.vars.row_id >    column = request.vars.column >    db(db.order_lines.id==id).update(column=value) >   * db.commit()* Didn't work. More info: There is a very quick 'Saving' appearing in the edited box right