projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4524cef
)
Set a value for iDisplayLength - 4.6
author
Karin Gerritsen
<karin@semper-it.com>
Mon, 14 Nov 2016 03:23:55 +0000
(20:23 -0700)
committer
GitHub
<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
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/jsortable.tpl
b/templates/CRM/common/jsortable.tpl
index 58139f21ed15e359b7543ce3eebbc71ea50cff1f..f4cc6abe8ccbe01d3c5574053b2c0322eee6e97d 100644
(file)
--- 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,