doc/book/en/devweb/views/table.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 23 Apr 2010 17:31:46 +0200
branchstable
changeset 5394 105011657405
parent 5312 doc/book/en/development/devweb/views/table.rst@d2dbba898a96
child 6343 4814d44405fc
permissions -rw-r--r--
[doc/book] move devweb up from development, turn development into devrepo (much better structure)

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: