From fd4c6fd7af5568c95722195351c8ac8b62388edb Mon Sep 17 00:00:00 2001 From: Josh Salazar <6354268+SalazarJosh@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:28:02 -0400 Subject: [PATCH] added 100 lengthMenu option --- html/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/script.js b/html/js/script.js index 00184e5..90ee5c1 100644 --- a/html/js/script.js +++ b/html/js/script.js @@ -213,7 +213,7 @@ $(document).ready(function () { }, columns: columns, pageLength: 10, - lengthMenu: [5, 10, 25, 50], + lengthMenu: [5, 10, 25, 50, 100], order: [[0, 'asc']], autoWidth: false, responsive: true,