web/views/tableview.py
changeset 7894 ad0eeb0f7a8d
parent 7845 2172978be237
parent 7883 cd98785b4a84
child 7907 08320697ca1a
--- a/web/views/tableview.py	Thu Sep 29 14:07:37 2011 +0200
+++ b/web/views/tableview.py	Thu Sep 29 14:47:04 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')