[eQSL] Added datatable
这个提交包含在:
父节点
f7968ac35c
当前提交
daad991689
共有 1 个文件被更改,包括 15 次插入 和 0 次删除
|
|
@ -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) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用