How do I disable ui='jquery-ui' ??
ui=None does not work --> not a dictionary
ui={} does not work --> erroralso if the dictionary is not complete I suspect errors all over because of string formatting code. mic 2011/9/27 apple <[email protected]>: > 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 <[email protected]> > wrote: >> Oops, should have be >> >> T('%(nrows)s records found') % dict(nrows=nrows) >> >> On Sep 27, 8:36 am, Roberto Perdomo <[email protected]> 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 <[email protected]> >> >> > > You can set showbuttontext=False you will get only icons. >> >> > >http://zerp.ly/rochacbruno >> > > Em 26/09/2011 07:56, "António Ramos" <[email protected]> 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 <[email protected]> >> >> > > >> +1 Powertable intant search for each column is really powerfull

