This feels like a dumb question but I haven't found the answer with Google or by searching the web2py book, so here goes:
If I have a view with {{=SQLTABLE(rows,headers=headers)}} where rows is the result of a select, is there any way to specify a default numeric precision, e.g. '%0.2f' to be applied to all float values in the table? Thanks, Mike