doc/book/en/development/devweb/views/table.rst
branchstable
changeset 5394 105011657405
parent 5393 875bdc0fe8ce
child 5395 e0ab7433e640
equal deleted inserted replaced
5393:875bdc0fe8ce 5394:105011657405
     1 Table view
       
     2 ----------
       
     3 
       
     4 (:mod:`cubicweb.web.views.tableview`)
       
     5 
       
     6 *table*
       
     7     Creates a HTML table (`<table>`) and call the view `cell` for each cell of
       
     8     the result set. Applicable on any result set.
       
     9 
       
    10 *cell*
       
    11     By default redirects to the `final` view if this is a final entity or
       
    12     `outofcontext` view otherwise
       
    13 
       
    14 
       
    15 API
       
    16 ```
       
    17 
       
    18 .. autoclass:: cubicweb.web.views.tableview.TableView
       
    19    :members: