mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 07:18:00 -05:00
Fix export all records #868
This commit is contained in:
@@ -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; ?>
|
||||
|
||||
|
||||
@@ -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"); ?>
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
showColumns: true,
|
||||
uniqueId: 'id',
|
||||
showExport: true,
|
||||
exportDataType: 'all',
|
||||
data: <?php echo json_encode($summary_data); ?>,
|
||||
iconSize: 'sm',
|
||||
paginationVAlign: 'bottom',
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user