Re: [web2py] powertable problem

2011-02-03 Thread Bruno Rocha
Do you have the latest version of the plugin? Demo app and newest plugin version in: https://bitbucket.org/rochacbruno/ powertable/downloads Hi, I could not reproduce your model, but here it is my example app running. db.define_table('category', Field('name'),

Re: [web2py] powertable problem

2011-02-03 Thread Kenneth Lundström
Too me it sounds like you have a problem with getting the data that should be shown in details. If powertable never gets data that should be displayed it doen´t show the "green plus". Why are you calling URL('myfunction.load') and not URL('myfunction')? Kenneth hi all, i'm testing powertab

[web2py] powertable problem

2011-02-03 Thread ceriox
hi all, i'm testing powertable plugin but i can't make it work correctly (i don't have the "green plus" icon for expand the row of a table item) where is the problem? this is my code: def index(): """ Test powerTable """ table = plugins.powerTable table.datasource = db.auth_us