doc/book/en/devweb/views/table.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Sep 2010 14:03:24 +0200
branchstable
changeset 6303 1aad5389c013
parent 5394 105011657405
child 6343 4814d44405fc
permissions -rw-r--r--
[book] backport documentation about primary/base views sent on the list

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: