158 lines
5.7 KiB
PHP
158 lines
5.7 KiB
PHP
|
<script type="text/javascript">
|
||
|
$(document).ready(function() {
|
||
|
$("table.playing").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.replaying").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.continuouslyPlaying").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.completed").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.onHold").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.dropped").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
|
||
|
$("table.planToPlay").DataTable({
|
||
|
columnDefs: [
|
||
|
{ orderable: false, targets: 0 }
|
||
|
],
|
||
|
order: [[1, 'asc']],
|
||
|
"paging": false,
|
||
|
"info": false,
|
||
|
"autoWidth": false,
|
||
|
"dom":
|
||
|
"<'row'" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-conten-start'l>" +
|
||
|
"<'col-sm-6 d-flex align-items-center justify-content-end'f>" +
|
||
|
">" +
|
||
|
|
||
|
"<'table-responsive'tr>" +
|
||
|
|
||
|
"<'row'" +
|
||
|
"<'col-sm-12 col-md-5 d-flex align-items-center justify-content-center justify-content-md-start'i>" +
|
||
|
"<'col-sm-12 col-md-7 d-flex align-items-center justify-content-center justify-content-md-end'p>" +
|
||
|
">"
|
||
|
});
|
||
|
});
|
||
|
</script>
|