web/views/tableview.py
changeset 7958 646d44232b5a
parent 7953 a37531c8a4a6
child 7992 4ff9f25cb06e
equal deleted inserted replaced
7956:db49658b2812 7958:646d44232b5a
    45     table_widget_class = TableWidget
    45     table_widget_class = TableWidget
    46     table_column_class = TableColumn
    46     table_column_class = TableColumn
    47 
    47 
    48     tablesorter_settings = {
    48     tablesorter_settings = {
    49         'textExtraction': JSString('cw.sortValueExtraction'),
    49         'textExtraction': JSString('cw.sortValueExtraction'),
    50         'selectorHeaders: "thead tr:first th"' # only plug on the first row
    50         'selectorHeaders': 'thead tr:first th', # only plug on the first row
    51         }
    51         }
    52 
    52 
    53     def form_filter(self, divid, displaycols, displayactions, displayfilter,
    53     def form_filter(self, divid, displaycols, displayactions, displayfilter,
    54                     paginate, hidden=True):
    54                     paginate, hidden=True):
    55         try:
    55         try: