diff -r fd8751c3f3ee -r a721966779be doc/book/en/development/webstdlib/table.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/book/en/development/webstdlib/table.rst Thu May 07 16:33:22 2009 +0200 @@ -0,0 +1,10 @@ +Table views (:mod:`cubicweb.web.views.table`) +---------------------------------------------- + +*table* + Creates a HTML table (``) and call the view `cell` for each cell of + the result set. Applicable on any result set. + +*cell* + By default redirects to the `final` view if this is a final entity or + `outofcontext` view otherwise