Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-20 06:24:29 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-20 06:24:29 +0400
commit03b22ecb79a834d17e98acccc1c4e3649757d338 (patch)
treee79f2aebf8b0265eab6c919121168c34b6c9c61b /config
parent84a7e582a45a8c65b34035819a23c6e1b59794be (diff)
Fixes #5188 New config setting datatable_row_limits = "5,10,25,50,100,250,500"
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 8722c0e5d9..cc143225d7 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -169,6 +169,10 @@ default_language = en
; default number of elements in the datatable
datatable_default_limit = 10
+; Each datatable report has a Row Limit selector at the bottom right.
+; By default you can select from 5 to 500 rows. You may customise the values below:
+datatable_row_limits = "5,10,25,50,100,250,500"
+
; default number of rows returned in API responses
; this value is overwritten by the '# Rows to display' selector.
; if set to -1, a click on 'Export as' will export all rows independently of the current '# Rows to display'.