Hi folks!
I use the mechanism (posted from Julius Minka on December, 7th) to
display a table via itemize:
db.firmen.represent=lambda row:\
DIV(SPAN(TD(A(row.firma,_href=t2.action('wiki/firmabearbeiten',
[row.id]))),_class="col1",_width="100px"), SPAN(TD
(row.ort),_class="col1",_width="100px"))
Now I wonder if it is possible to display the field names (or better
custom names) as a header for each column.
Any ideas? Thanks in advance
Ulrich
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---