[views] fix docstring of tableview stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 27 Sep 2011 09:26:40 +0200
branchstable
changeset 7883 cd98785b4a84
parent 7880 f475a34d0ddc
child 7884 35d2e2f4e10a
[views] fix docstring of tableview
web/views/tableview.py
--- a/web/views/tableview.py	Wed Sep 28 10:36:41 2011 +0200
+++ b/web/views/tableview.py	Tue Sep 27 09:26:40 2011 +0200
@@ -94,6 +94,8 @@
         :param subvid: cell view
         :param displayfilter: filter that selects rows to display
         :param headers: columns' titles
+        :param displaycols: indexes of columns to display (first column is 0)
+        :param displayactions: if True, display action menu
         """
         req = self._cw
         req.add_js('jquery.tablesorter.js')