Skip to content

Commit

Permalink
Update inspectionslist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed May 28, 2024
1 parent c23cf22 commit 895e39d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<script>
var ulang = '<?= ucfirst($user_lang) ?>';
new DataTable('#inspectlist', {
layout: {
topStart: {
buttons: ['excel', 'pdf', 'print']
}
},
order: [[1, 'desc']],
language: {
url: "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json"
Expand Down

0 comments on commit 895e39d

Please sign in to comment.