aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/js/datatables.js
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-17 10:25:42 -0500
committerFrederick Muriuki Muriithi2025-03-17 10:27:15 -0500
commita7838d621fed07f1d7be6bf273f92ac6b646bfc2 (patch)
treeb067f28e4e8beeefdd519b6330c4c75e6bbab206 /uploader/static/js/datatables.js
parent93a8c35947c386cf6204cfa2c4674b1134602856 (diff)
downloadgn-uploader-a7838d621fed07f1d7be6bf273f92ac6b646bfc2.tar.gz
Remove scroller
@acenteno insists on having paging with ability to display everything on a single page.
Diffstat (limited to 'uploader/static/js/datatables.js')
-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.",