I will take a look in to it ASAP, can you share more code? or send your .w2p ?
datatables.net is the core od PowerTable, as it is Javscript could be some name conflict that I need to solve. I am planniing to check, test and release the new optimized version that I have here. -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] [ Aprenda a programar: http://CursoDePython.com.br ] [ O seu aliado nos cuidados com os animais: http://AnimalSystem.com.br ] [ Consultoria em desenvolvimento web: http://www.blouweb.com ] On Sun, Jun 19, 2011 at 3:55 PM, apple <[email protected]> wrote: > Just started using powertables. This is a brilliant tool and works > fantastically in most cases. However I have had a problem trying to > load two powertables on a page within components. It seems to show the > two tables correctly but then renders a bunch of extra tables that are > empty and misformatted. If I refresh the screen it also shows an error > warning about not being able to reinitialize the table. > > ######### html view is: > > {{extend 'layout.html'}} > <link rel="stylesheet" type="text/css" href="/{{=request.application}}/ > static/css/{{=request.application}}.css" /> > > {{=LOAD(f="list", extension="load", ajax=True, > vars=dict(table="customer"))}} > {{=LOAD(f="list", extension="load", ajax=True, > vars=dict(table="todo"))}} > > ######### load view is: > > {{include 'web2py_ajax.html'}} > <link rel="stylesheet" type="text/css" href="/{{=request.application}}/ > static/css/base.css" /> > <link rel="stylesheet" type="text/css" href="/{{=request.application}}/ > static/css/{{=request.application}}.css" /> > > <div> > {{=result}} > </div> > ######## controller just returns a basic table. no fancy hidden > columns or anything. > > > >

