From e86911f42976c82ec8e2b63bb58d0082b1e30299 Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Sun, 13 Nov 2016 20:23:55 -0700 Subject: [PATCH] Set a value for iDisplayLength - 4.6 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 58139f21ed..f4cc6abe8c 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