doc/book/en/development/devweb/views/table.rst
changeset 5408 120db445c179
parent 5398 b9e1abe1bdfe
parent 5407 7730796f9506
child 5409 1e074c6150fe
equal deleted inserted replaced
5398:b9e1abe1bdfe 5408:120db445c179
     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: