author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> |
Thu, 26 Aug 2010 10:13:48 +0200 | |
branch | stable |
changeset 6152 | 6824f8b61098 |
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: