X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fsliceview.py;h=9c2ba60a1ea2a37ff07d235d38f619909d22702a;hb=1e58675059062d537b51b006fc7c0dcdefc63f50;hp=0e514dd9e226122ecab71f6b6ed7922f5b6e79b1;hpb=594da4cb6ce34b734bd7d782dc7bd46eac174660;p=unfold.git diff --git a/portal/sliceview.py b/portal/sliceview.py index 0e514dd9..9c2ba60a 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -232,6 +232,8 @@ class SliceView (LoginRequiredAutoLogoutView): togglable = False, # this is the query at the core of the slice list query = sq_measurement, + # do NOT set checkboxes to False + # this table being otherwise empty, it just does not fly with dataTables checkboxes = True, datatables_options = { 'iDisplayLength' : 25,