author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 22 Sep 2009 18:59:00 +0200 | |
branch | stable |
changeset 3372 | 26b89dfe4170 |
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