about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--uploader/static/js/datatables.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/uploader/static/js/datatables.js b/uploader/static/js/datatables.js
index d16ad9e..a72245c 100644
--- a/uploader/static/js/datatables.js
+++ b/uploader/static/js/datatables.js
@@ -32,7 +32,6 @@ var buildDataTable = (tableId, data = [], columns = [], userSettings = {}) => {
         scroller: true,
         paging: true, // MUST be true for scroller to work
         scrollY: "750px",
-        scrollCollapse: true,
         deferRender: true,
         /* == END: Scroller settings == */
         lengthMenu: defaultLengthMenu(data),