You pass wot a SQLTABLE the result of a select. When doing the select you choose the fields you want
items=db().select(db.table.field1,db.table.field2) return dict(table=SQLTABLE(items)) On Mar 20, 12:21 pm, carlo <[email protected]> wrote: > What's the best way/trick to have showid=False in SQLTABLE either? > > thank you > > carlo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

