Re: [web2py] simple table div

2010-11-11 Thread Bruno Rocha
Martin, Your CSS Table mixed with inline editing http://web2pyslices.com/main/slices/take_slice/23 will be a solution that I was looking for. Thank you. 2010/11/11 Martín Mulone > yes, all is in simpletable.py > > 2010/11/11 Bruno Rocha > > The whole implementation is in "simpletable.py" or i

Re: [web2py] simple table div

2010-11-11 Thread Martín Mulone
yes, all is in simpletable.py 2010/11/11 Bruno Rocha > The whole implementation is in "simpletable.py" or it depend on another > changes? > > I think it is a good idea to post the simpletable in web2pyslices.com > > 2010/11/11 Martín Mulone > > https://bitbucket.org/mulonemartin/tablediv/src >

Re: [web2py] simple table div

2010-11-11 Thread Bruno Rocha
The whole implementation is in "simpletable.py" or it depend on another changes? I think it is a good idea to post the simpletable in web2pyslices.com 2010/11/11 Martín Mulone > https://bitbucket.org/mulonemartin/tablediv/src > > 2010/11/10 rochacbruno > > Nice! I want to use it. >> >> I am t

Re: [web2py] simple table div

2010-11-11 Thread Martín Mulone
https://bitbucket.org/mulonemartin/tablediv/src 2010/11/10 rochacbruno > Nice! I want to use it. > > I am thinking in a way to create a inline editable table. > > Enviado via iPhone > > Em 10/11/2010, às 20:08, "Martin.Mulone" > escreveu: > > > I decided to start to make my own implementation o

Re: [web2py] simple table div

2010-11-10 Thread rochacbruno
Nice! I want to use it. I am thinking in a way to create a inline editable table. Enviado via iPhone Em 10/11/2010, às 20:08, "Martin.Mulone" escreveu: > I decided to start to make my own implementation of table maker. The > diference with sqltable or TABLE(), it use div (more flexible), acc

[web2py] simple table div

2010-11-10 Thread Martin.Mulone
I decided to start to make my own implementation of table maker. The diference with sqltable or TABLE(), it use div (more flexible), accept web2py helpers as values and is very simple to use. Example: http://web2pytesting.appspot.com/tablediv/ Code: table = SIMPLE_TABLE_DIV(fixedwidth=True,maxw