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 20, 2024
1 parent a08df43 commit f26d050
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/views/inspectionslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@
var ulang = '<?= ucfirst($user_lang) ?>';

$('#inspectlist').DataTable({

"layout": {
"topStart": {
"buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
}
},
"language": {
"url": "//cdn.datatables.net/plug-ins/1.10.19/i18n/"+ ulang +".json"
},
Expand Down

0 comments on commit f26d050

Please sign in to comment.