doc/book/en/development/webstdlib/table.rst
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Sep 2009 18:38:25 +0200
branch3.5
changeset 3155 14e30e2520d7
parent 1714 a721966779be
permissions -rw-r--r--
oops, key can be non str

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