From af62475b9adb520f91b618acc907ad2468e6d7f0 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 5 May 2020 18:26:48 -0300 Subject: [PATCH] Bug 24561: (follow-up) Use full_numbers for pagingType We are trying to keep the current datatables behaviour so this is a trivial yet sensible change. Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js index 055bb74b56..f1594d4b07 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js +++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ -519,7 +519,7 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { "paging": true, 'serverSide': true, 'searching': true, - 'pagingType': 'full', + 'pagingType': 'full_numbers', 'ajax': { 'type': 'GET', 'cache': true, -- 2.26.2