[web2py] Add link to view a referenced table in SQLFORM.grid

2015-08-24 Thread Anthony
Have you considered SQLFORM.smartgrid? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google

[web2py] Add link to view a referenced table in SQLFORM.grid

2015-08-24 Thread Thomas Sitter
I have two tables that I'd like to link in SQLFORM.grid. db.define_table('customer', Field('firstname'), Field('lastname'), Field('account')) db.define_table('survey_data', Field('customer_id', 'reference customer'), Field('Q1'), Field('Q2'), Field('Q3')) In my SQLFORM I'd like to only s