branch | stable |
changeset 7883 | cd98785b4a84 |
parent 7830 | 37d23a1d3547 |
child 7894 | ad0eeb0f7a8d |
child 7900 | e9b79f5c3571 |
--- 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')