doc/book/en/development/webstdlib/table.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Aug 2009 18:47:25 +0200
branch3.5
changeset 2993 2d06451013ac
parent 1714 a721966779be
permissions -rw-r--r--
[actions box] implements #344415, will have to take care to application relying on the old behaviour

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