From 4b2e9599951b5881966675b79a736f2178284bcd Mon Sep 17 00:00:00 2001 From: Michael Elsdoerfer Date: Wed, 9 Jul 2008 15:49:49 +0200 Subject: [PATCH] minor readme updates --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index ecd8d07..fd0029c 100644 --- a/README +++ b/README @@ -90,9 +90,11 @@ Then, in the "list.html" template, write: {% endfor %} {% for row in table.rows %} + {% for value in row %} {{ value }} {% endfor %} + {% endfor %} @@ -105,9 +107,9 @@ as a such a string. Instead of the iterator, you can use your knowledge of the table structure to access columns directly: - {% if table.columns.tz.visible %} - {{ table.columns.tz }} - {% endfor %} + {% if table.columns.tz.visible %} + {{ table.columns.tz }} + {% endfor %} Dynamic Data @@ -515,7 +517,6 @@ TODO ---- - as_html methods are all empty right now - table.column[].values is a stub - - let columns change their default ordering (ascending/descending) - filters - grouping - choices support for columns (internal column value will be looked up -- 2.26.2