> > def func(): > rows = db().select(db.test1.ALL) <-- query executed here - results > stored in rows object > table = SQLTABLE(rows) <-- rows object converted to SQLTABLE object > Note, the SQLTABLE object isn't serialized to an actual HTML table until the view where it is inserted is executed.
Anthony

