From a0def08c2c803ed437f2de001900129c63046575 Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Sun, 13 Nov 2016 20:21:41 -0700 Subject: [PATCH] Set a value for iDisplayLength The default (if none is set) turns out to be 10. Eileen said (and I quote): "if you wanted to propose an increase in core to 25 that would be an easy sell I think" :-) --- templates/CRM/common/jsortable.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/CRM/common/jsortable.tpl b/templates/CRM/common/jsortable.tpl index 0ba4ff34ef..402aaf29f2 100644 --- a/templates/CRM/common/jsortable.tpl +++ b/templates/CRM/common/jsortable.tpl @@ -118,6 +118,7 @@ var oTable; if ( useAjax ) { oTable = $(tabId).dataTable({ + "iDisplayLength": 25, "bFilter": false, "bAutoWidth": false, "aaSorting": sortColumn, -- 2.25.1