Given rows=db(...).select() You have options like {{=SQLTABLE(rows,headers='fieldname:capitalize',fields=[..])}}
and fields is a list of 'tablename.fieldname' If you download plugin wiki you can do {{=plugin_wiki.jqgrid(tablename)}} On Oct 10, 7:57 pm, primitive <desp...@gmail.com> wrote: > Hello all, > > I am wondering how to get a database table to display properly within > my web2py app. Currently my tables are too wide and end up going off > the side of the content area for the page. Is there a way I can limit > the width of a table, or otherwise fix this issue? > > Thank you.