author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Thu, 23 Jul 2009 14:32:45 +0200 | |
changeset 2443 | b36f759bd2cc |
parent 1714 | a721966779be |
permissions | -rw-r--r-- |
Table views (:mod:`cubicweb.web.views.table`) ---------------------------------------------- *table* Creates a HTML table (`<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