Added Datatable to the table in timeline

这个提交包含在:
Andreas 2020-10-14 12:22:13 +02:00
父节点 93730f37e7
当前提交 daeeeb4e2f
共有 2 个文件被更改,包括 11 次插入1 次删除

查看文件

@ -1781,6 +1781,16 @@ $(document).ready(function(){
</script>
<?php if ($this->uri->segment(1) == "timeline") { ?>
<script>
$('.timelinetable').DataTable({
"pageLength": 25,
responsive: false,
ordering: false,
"scrollY": "500px",
"scrollCollapse": true,
"paging": false,
"scrollX": true
});
function displayTimelineContacts(adif, band) {
var baseURL= "<?php echo base_url();?>";
$.ajax({

查看文件

@ -43,7 +43,7 @@
<?php
$i = count($dxcc_timeline_array);
if ($dxcc_timeline_array) {
echo '<table class="table table-bordered table-hover table-striped table-condensed text-center">
echo '<table style="width:100%" class="table timelinetable table-bordered table-hover table-striped table-condensed text-center">
<thead>
<tr>
<td>#</td>