hazelnuts with checkboxes enabled can be sorted by that column - e.g. to see users...
[myslice.git] / portal / platformview.py
index 16148ee..76699cf 100644 (file)
@@ -35,9 +35,6 @@ class PlatformView(TemplateView):
             query_all = network_query,
             checkboxes = False,
             datatables_options = {
-            # for now we turn off sorting on the checkboxes columns this way
-            # this of course should be automatic in hazelnut
-            'aoColumns'      : [None, None, None, None, {'bSortable': False}],
             'iDisplayLength' : 25,
             'bLengthChange'  : True,
             },