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>2015-11-26 07:13:53 +0300
committermattab <matthieu.aubry@gmail.com>2015-11-26 07:13:53 +0300
commit522cde2aa22ac67e12fa0005a1a04b40d0ba16b5 (patch)
treece09f5cb5bb0b876e42f1a2baa74e5eb376aeb6b /config
parent926af9c74c67afc924e60fd6619ca499d1baab58 (diff)
Add 'all' in the Row count selector to be able to display all rows, and optionally export them all
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 060167b920..aad0fd3381 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -249,8 +249,9 @@ default_language = en
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"
+; By default you can select from 5 to 500 rows. You may customise the values below
+; -1 will be displayed as 'all' and it will export all rows (filter_limit=-1)
+datatable_row_limits = "5,10,25,50,100,250,500,-1"
; default number of rows returned in API responses
; this value is overwritten by the '# Rows to display' selector.