Set a value for iDisplayLength - 4.6
authorKarin Gerritsen <karin@semper-it.com>
Mon, 14 Nov 2016 03:23:55 +0000 (20:23 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2016 03:23:55 +0000 (20:23 -0700)
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

index 58139f21ed15e359b7543ce3eebbc71ea50cff1f..f4cc6abe8ccbe01d3c5574053b2c0322eee6e97d 100644 (file)
       var oTable;
       if ( useAjax ) {
         oTable = $(tabId).dataTable({
+          "iDisplayLength": 25,
           "bFilter": false,
           "bAutoWidth": false,
           "aaSorting": sortColumn,