are you using t2? The t2 manual describes doing this by db.mytable.represent=lambda row: '%s %s' % (row.myfield,row.id)
which I have used and it works fine. On Dec 6, 10:08 am, Julius Minka <[EMAIL PROTECTED]> wrote: > How can I format itemize output to a table (regular structure of > columns)? I am showing more columns on the line. > Something similar to default view for records... > Thanks > Julius --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

