doc/book/en/development/webstdlib/table.rst
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 05 Aug 2009 08:40:20 +0200
changeset 2693 3e91d1857bc5
parent 1714 a721966779be
permissions -rw-r--r--
[i18n] updated catalogs

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