[eQSL] Added datatable

This commit is contained in:
Andreas 2023-05-05 12:00:23 +02:00
parent f7968ac35c
commit daad991689

View File

@ -2672,6 +2672,21 @@ function deleteQsl(id) {
</script> </script>
<?php } ?> <?php } ?>
<?php if ($this->uri->segment(1) == "eqsl") { ?>
<script>
$('.table').DataTable({
"stateSave": true,
"pageLength": 25,
responsive: false,
"scrollY": "400px",
"scrollCollapse": true,
"paging": false,
"scrollX": true,
});
</script>
<?php } ?>
<?php if ($this->uri->segment(1) == "qslprint") { ?> <?php if ($this->uri->segment(1) == "qslprint") { ?>
<script> <script>
function deleteFromQslQueue(id) { function deleteFromQslQueue(id) {