doc/book/en/development/webstdlib/table.rst
branchtls-sprint
changeset 1714 a721966779be
equal deleted inserted replaced
1499:fd8751c3f3ee 1714:a721966779be
       
     1 Table views (:mod:`cubicweb.web.views.table`)
       
     2 ----------------------------------------------
       
     3 
       
     4 *table*
       
     5     Creates a HTML table (`<table>`) and call the view `cell` for each cell of
       
     6     the result set. Applicable on any result set.
       
     7 
       
     8 *cell*
       
     9     By default redirects to the `final` view if this is a final entity or
       
    10     `outofcontext` view otherwise