From 269bb900b58a096cd1a3fe19027c09149a5cc0c1 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Sat, 14 Oct 2017 11:01:58 +0100 Subject: [PATCH] Export all reports records (#868) --- application/views/partial/header.php | 2 +- public/js/manage_tables.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/views/partial/header.php b/application/views/partial/header.php index 27440ac46..1b6cdd49a 100644 --- a/application/views/partial/header.php +++ b/application/views/partial/header.php @@ -74,7 +74,7 @@ - + diff --git a/public/js/manage_tables.js b/public/js/manage_tables.js index e9854c328..f3799ed7e 100644 --- a/public/js/manage_tables.js +++ b/public/js/manage_tables.js @@ -207,6 +207,7 @@ showColumns: true, clickToSelect: true, showExport: true, + exportDataType: 'all', exportOptions: { fileName: options.resource.replace(/.*\/(.*?)$/g, '$1') }, @@ -356,4 +357,4 @@ function number_sorter(a, b) if (a > b) return 1; if (a < b) return -1; return 0; -} \ No newline at end of file +}