equal
deleted
inserted
replaced
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: |