diff --git a/application/views/partial/header.php b/application/views/partial/header.php
index 2a56c35a6..a2cda1484 100644
--- a/application/views/partial/header.php
+++ b/application/views/partial/header.php
@@ -74,7 +74,7 @@
-
+
diff --git a/application/views/reports/tabular.php b/application/views/reports/tabular.php
index 5954c0e4a..9e06a49d0 100644
--- a/application/views/reports/tabular.php
+++ b/application/views/reports/tabular.php
@@ -34,9 +34,9 @@
striped: true,
sortable: true,
showExport: true,
+ exportDataType: 'all',
pagination: true,
showColumns: true,
- showExport: true,
data: ,
iconSize: 'sm',
paginationVAlign: 'bottom',
@@ -46,4 +46,4 @@
});
-load->view("partial/footer"); ?>
\ No newline at end of file
+load->view("partial/footer"); ?>
diff --git a/application/views/reports/tabular_details.php b/application/views/reports/tabular_details.php
index 77b9cd610..2b01a13c8 100644
--- a/application/views/reports/tabular_details.php
+++ b/application/views/reports/tabular_details.php
@@ -52,6 +52,7 @@
showColumns: true,
uniqueId: 'id',
showExport: true,
+ exportDataType: 'all',
data: ,
iconSize: 'sm',
paginationVAlign: 'bottom',
diff --git a/bower.json b/bower.json
index 5c33f52da..50cedaf3c 100644
--- a/bower.json
+++ b/bower.json
@@ -33,7 +33,7 @@
"bootswatch": "^3.3.7",
"smalot-bootstrap-datetimepicker": "~2.4.4",
"bootstrap-select": "~1.12.4",
- "bootstrap-table": "master",
+ "bootstrap-table": "https://github.com/opensourcepos/bootstrap-table.git#master",
"bootstrap-daterangepicker": "~2.1.25",
"tableExport.jquery.plugin": "1.5.1",
"chartist": "~0.9.8",