SQLTABLE is a convenience function. Not something that you should use
in production.
I suggest you build your tables explicitly:

<table>
{{for row in rows:}}
   <tr><td>{{=row.field}}</td>...</tr>
{{pass}}
</table>

there is no way we can make SQLTABLE as flexible as this. Explicit
looping is very easy anyway.

Massimo


On May 18, 10:40 am, Timmie <timmichel...@gmx-topmail.de> wrote:
> Please include also arguments like:
> hide_id = True|False
> linkto_fields = [list_of_fields]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to