Fix export all records #868

This commit is contained in:
FrancescoUK
2017-12-02 17:42:57 +00:00
parent 00958608e0
commit c784a537dd
4 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=1a7dd79d6d"/>
<!-- end mincss template tags -->
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=63c868fd57"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=b190459b50"></script>
<!-- end minjs template tags -->
<?php endif; ?>

View File

@@ -34,9 +34,9 @@
striped: true,
sortable: true,
showExport: true,
exportDataType: 'all',
pagination: true,
showColumns: true,
showExport: true,
data: <?php echo json_encode($data); ?>,
iconSize: 'sm',
paginationVAlign: 'bottom',
@@ -46,4 +46,4 @@
});
</script>
<?php $this->load->view("partial/footer"); ?>
<?php $this->load->view("partial/footer"); ?>

View File

@@ -52,6 +52,7 @@
showColumns: true,
uniqueId: 'id',
showExport: true,
exportDataType: 'all',
data: <?php echo json_encode($summary_data); ?>,
iconSize: 'sm',
paginationVAlign: 'bottom',