doc/book/en/development/webstdlib/table.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 28 Jul 2009 23:48:19 +0200
changeset 2544 282261b26774
parent 1714 a721966779be
permissions -rw-r--r--
[doc] fixed some dangling internal links

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