[web2py] powertable ( multiple tables on the same page )

2011-07-18 Thread Chris Baron
How do you do it ? Here is my controller : ownDataSource = db( db.gtree.contributor == ' '.join( [ auth.user.first_name, auth.user.last_name ] ) ).select() class ownVirtualFields(object): @virtualsettings(label='Tree') def tree_url(self): gtree = self.gtree.id

Re: [web2py] powertable ( multiple tables on the same page )

2011-07-18 Thread Bruno Rocha
include ownTable._id = "something" and ownTable._class = "something" to set different class and id to the tables. On Mon, Jul 18, 2011 at 12:57 PM, Chris Baron wrote: > How do you do it ? > > > Here is my controller : > > > ownDataSource = db( db.gtree.contributor == ' > '.join( [ auth.user.fir

Re: [web2py] powertable ( multiple tables on the same page )

2011-07-18 Thread Roberto Perdomo
I now discover that only show the details only for the first 10 records. I send you to your mail my app, because is very hevy for the group mail. 2011/7/18 Bruno Rocha > include ownTable._id = "something" and ownTable._class = "something" to set > different class and id to the tables. > > > > O