From 3a3e75c9b8ee0b93c7f501abad00b0efe614f5c4 Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 20 Sep 2023 12:23:42 -0700 Subject: [PATCH] Allow more rows per page on Videos table --- web/assets/js/bs5.videosTable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/assets/js/bs5.videosTable.js b/web/assets/js/bs5.videosTable.js index d674743a..c803b936 100644 --- a/web/assets/js/bs5.videosTable.js +++ b/web/assets/js/bs5.videosTable.js @@ -94,6 +94,7 @@ $(document).ready(function(e){ }, pagination: true, search: true, + pageList: [10, 25, 50, 100, 1000, 2000], columns: [ { field: 'mid',