doc/book/en/development/webstdlib/table.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 07 Apr 2010 14:53:35 +0200
branchstable
changeset 5178 42285e33b01c
parent 1714 a721966779be
permissions -rw-r--r--
[iprogress] use xml_escape instead of buggy replace

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