doc/book/en/development/webstdlib/table.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 28 Jan 2010 14:30:05 +0100
branchstable
changeset 4404 1736f29ae4e4
parent 1714 a721966779be
permissions -rw-r--r--
remove misnamed argument

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