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
+}