If you have multiple tables then you must give each table a unique id.
Bruno tells me this can be done in web2py controller:
table = plugins.PowerTable
table._id = "mytable1"
On Jul 18, 3:31 am, Roberto Perdomo <[email protected]> wrote:
> Hi, i have problems loading powertables with LOAD and I wonder if
> there is a way
> to get from one view to another controller without using LOAD or view as
> hereby POWERTABLES tables do not work properly.
>
> Mainly I like to charge two or three tables from a controller in a view.
>
> thanks in advance