author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Mon, 09 Aug 2010 16:35:49 +0200 | |
branch | stable |
changeset 6079 | bd7e3042791e |
parent 5394 | 105011657405 |
child 6343 | 4814d44405fc |
permissions | -rw-r--r-- |
Table view ---------- (:mod:`cubicweb.web.views.tableview`) *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 API ``` .. autoclass:: cubicweb.web.views.tableview.TableView :members: