On Saturday, September 21, 2013 7:24:24 AM UTC-4, Niphlod wrote: > nope, there's absolutely no support to output a grid as a series of divs. > btw, that's what the tables are for (displaying data). > I understand the "move" done a few years ago to avoid using table as a way > to format the whole page in sections, but really I don't understand the > need to remove table also for tabular data. >
Table/grid format often works well for displaying records (row per record, column per field), but there are certainly cases where another format works better (e.g., when there are lots of fields, or some very wide fields, or fields that require very different heights, or the display is narrow). Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

