This commit is contained in:
HB9HIL
2024-01-02 14:00:08 +01:00
parent 41e0455e0e
commit 25df4acf4f

View File

@@ -2366,14 +2366,11 @@ $(document).ready(function(){
dt.search('').draw();
}
};
</script>
<?php if ($this->uri->segment(1) == "qsl") {
$qsl_eqsl_table = '.qsltable';
} else if ($this->uri->segment(1) == "eqsl") {
$qsl_eqsl_table = '.eqsltable';
} ?>
<script>
$('<?php echo $qsl_eqsl_table ?>').DataTable({
<?php if ($this->uri->segment(1) == "qsl") { ?>
$('.qsltable').DataTable({
<?php } else if ($this->uri->segment(1) == "eqsl") { ?>
$('.eqsltable').DataTable({
<?php } ?>
"pageLength": 25,
responsive: false,
ordering: true,