From 176b0359d321f0bf5ef365bde847704bc78ac444 Mon Sep 17 00:00:00 2001 From: tschuettler Date: Fri, 19 Aug 2016 14:46:40 +0200 Subject: [PATCH] CRM-19248 Restoring pagingType from 4.5.4 --- js/Common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/Common.js b/js/Common.js index 48aaafe1c8..91faa35643 100644 --- a/js/Common.js +++ b/js/Common.js @@ -752,6 +752,7 @@ if (!CRM.vars) CRM.vars = {}; "aaSorting": [], "dom": '<"crm-datatable-pager-top"lfp>rt<"crm-datatable-pager-bottom"ip>', "pageLength": 25, + "pagingType": "full_numbers", "drawCallback": function(settings) { //Add data attributes to cells $('thead th', settings.nTable).each( function( index ) { -- 2.25.1