I believe the default value for ui is now ui='web2py'. So, if you just don't include ui='jquery-ui' then it will default to the web2py ui for the grid.

    -Jim

On 9/27/2011 11:24 AM, Michele Comitini wrote:
How do I disable ui='jquery-ui' ??
ui=None does not work -->  not a dictionary
ui={} does not work -->  error

also if the dictionary is not complete I suspect errors all over
because of string formatting code.

mic

2011/9/27 apple<simo...@gmail.com>:
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

Reply via email to