I created PowerTable and it has edit in place with Jquery Jeditable. but
this project is frozen and I have not tested with new w2p version so I did
not created any documentation. (someone wants to adopt it?)

I also created PowerGrid and it is being developed (I have made a lot of
improvements this week).

SQLFORM.grid has more features than PowerGrid and I think .grid is better
because it is under web2py core development.

Althrough, PowerGrid is more flexible because it is fully Ajax JSON/JSONP
and JQuery template based. The grid itself is all client side. the server
only deal with JSON processing.

PowerGrid uses a default json callback and you can write your own the way
you want. It also has easy way to add buttons, modals and a customizable
search also it is cacheable in client side.

You can also create a blog or do any kind of pagination with it (
miaudota.com.br/blog)  and (miaudota.com.br/prestacao-de-contas).

I will some major changes to PowetGrid repo very soon.

- user_signature as default
- filtering by column
- replace nyromodal with jqueryui
- selectable with checkbox
- and I will try to include Jeditable examples.

but, it is made for the developer to maintain and create your own callbacks.
(I only responsible for the client side code)

if you want a powerful and solid grid system use the SQLFORM.grid and I
think it is easy to add Jeditable to it.

http://zerp.ly/rochacbruno
Em 21/10/2011 21:26, "greenpoise" <[email protected]> escreveu:

> This is great but is there a grid that I can do an edit in place of a
> field???
>
>
>
> thanks
>
>
> dan
>
> On Oct 21, 6:56 am, Massimo Di Pierro <[email protected]>
> wrote:
> > On Oct 20, 11:07 pm, greenpoise <[email protected]> wrote:
> >
> > > I have a few questions regarding the grids.
> >
> > > 1. Is SQLFORM.grid the implementation of Powergrid?
> >
> > No but was inspired but it
> >
> > > meaning, does
> > > SQLFORM.grid has all the features of Powergrid?
> >
> > Not sure. martin should answer that.
> >
> > > 2. Is there an option to edit a value on the fly rather than using an
> > > edit button? sort of like edit in place pyslice.
> >
> > No. because it uses no ajax.
> >
> > > 3. Is search as you type an option (type ahead)?
> >
> > No.
> >
> >
> >
> >
> >
> >
> >
> > > Thanks
> >
> > > Dan

Reply via email to