There seem to be a few wrinkles to iron out. If I set the links parameter it seems to make no difference to the behaviour.
If I set deletable=True then I get a delete button but the link does not contain an id and does not delete the record automatically. On Sep 27, 2:40 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > Oops, should have be > > T('%(nrows)s records found') % dict(nrows=nrows) > > On Sep 27, 8:36 am, Roberto Perdomo <roberto...@gmail.com> wrote: > > > > > > > > > Can change the line 1556 of sqlhtml.py from: > > > message = error or T('%(nrows)s records found' % dict(nrows=nrows)) > > > to: > > > message = error or '%(nrows)s' % dict(nrows=nrows) + T(' records found') > > > because every time a new row appear y get 1 records found, 2 records found > > ... n records found, and i have to translate every line in es-es.py. > > > I Think that fix works for all languages. > > > 2011/9/26 Bruno Rocha <rochacbr...@gmail.com> > > > > You can set showbuttontext=False you will get only icons. > > > >http://zerp.ly/rochacbruno > > > Em 26/09/2011 07:56, "António Ramos" <ramstei...@gmail.com> escreveu: > > > > > can i create a collapsible/expandable column ? > > > > > Also the edit button and delete button takes a lot of space in the right > > > > side of the table.Also they repeat for each row. This i think is not > > > pretty > > > > and functional. > > > > Could it be improved ? > > > > > 2011/9/26 JmiXIII <sylvn.p...@gmail.com> > > > > >> +1 Powertable intant search for each column is really powerfull