about summary refs log tree commit diff
path: root/uploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static')
-rw-r--r--uploader/static/js/datatables.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/uploader/static/js/datatables.js b/uploader/static/js/datatables.js
index a72245c..82fd696 100644
--- a/uploader/static/js/datatables.js
+++ b/uploader/static/js/datatables.js
@@ -28,12 +28,6 @@ var buildDataTable = (tableId, data = [], columns = [], userSettings = {}) => {
             bottomEnd: null,
         },
         select: true,
-        /* == Scroller settings == */
-        scroller: true,
-        paging: true, // MUST be true for scroller to work
-        scrollY: "750px",
-        deferRender: true,
-        /* == END: Scroller settings == */
         lengthMenu: defaultLengthMenu(data),
         language: {
             processing: "Processing… Please wait.",