doc/book/devweb/views/table.rst
changeset 10495 5bd914ebf3ae
parent 10491 c67bcee93248
child 10829 550c2d27339f
equal deleted inserted replaced
10494:b6f00889355c 10495:5bd914ebf3ae
    43 To obtain an editable table, you may specify the 'editable-table' view identifier
    43 To obtain an editable table, you may specify the 'editable-table' view identifier
    44 using some of `cellvids`, `finalvid` or `nonfinalvid`.
    44 using some of `cellvids`, `finalvid` or `nonfinalvid`.
    45 
    45 
    46 The previous example results in:
    46 The previous example results in:
    47 
    47 
    48 .. image:: ../../images/views-table-shadow.png
    48 .. image:: ../../../images/views-table-shadow.png
    49 
    49 
    50 In order to activate table filter mechanism, the `display_filter` option is given
    50 In order to activate table filter mechanism, the `display_filter` option is given
    51 as a layout argument. A small arrow will be displayed at the table's top right
    51 as a layout argument. A small arrow will be displayed at the table's top right
    52 corner. Clicking on `show filter form` action, will display the filter form as
    52 corner. Clicking on `show filter form` action, will display the filter form as
    53 below:
    53 below:
    54 
    54 
    55 .. image:: ../../images/views-table-filter-shadow.png
    55 .. image:: ../../../images/views-table-filter-shadow.png
    56 
    56 
    57 By the same way, you can display additional actions for the selected entities
    57 By the same way, you can display additional actions for the selected entities
    58 by setting `add_view_actions` layout option to `True`. This will add actions
    58 by setting `add_view_actions` layout option to `True`. This will add actions
    59 returned by the view's :meth:`~cubicweb.web.views.tableview.TableMixIn.table_actions`.
    59 returned by the view's :meth:`~cubicweb.web.views.tableview.TableMixIn.table_actions`.
    60 
    60