{% endfor %}\r
</tr>\r
{% for row in table.rows %}\r
+ <tr>\r
{% for value in row %}\r
<td>{{ value }}<td>\r
{% endfor %}\r
+ </tr>\r
{% endfor %}\r
</table>\r
\r
Instead of the iterator, you can use your knowledge of the table structure to\r
access columns directly:\r
\r
- {% if table.columns.tz.visible %}\r
- {{ table.columns.tz }}\r
- {% endfor %}\r
+ {% if table.columns.tz.visible %}\r
+ {{ table.columns.tz }}\r
+ {% endfor %}\r
\r
\r
Dynamic Data\r
----\r
- as_html methods are all empty right now\r
- table.column[].values is a stub\r
- - let columns change their default ordering (ascending/descending)\r
- filters\r
- grouping\r
- choices support for columns (internal column value will be looked up\r