Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
muhdavi authored May 10, 2024
1 parent 8399952 commit 48ce53f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<th>DPP</th>
<th>Ketua</th>
<th>Sekretaris</th>
<!--
<th>Pembahas 1</th>
<th>Pembahas 2</th>
<!--
-->
<th>Penguji 1</th>
<th>Penguji 2</th>
<th>Penguji 3</th>
-->
</tr>
</thead>
<tfoot class="thead-dark">
Expand All @@ -82,13 +82,13 @@
<th>DPP</th>
<th>Ketua</th>
<th>Sekretaris</th>
<!--
<th>Pembahas 1</th>
<th>Pembahas 2</th>
<!--
-->
<th>Penguji 1</th>
<th>Penguji 2</th>
<th>Penguji 3</th>
-->
</tr>
</tfoot>
</table>
Expand Down Expand Up @@ -128,7 +128,7 @@
<script>
$(document).ready(function () {
$('#daftar').DataTable({
ajax: 'https://siperi.onesoulsolution.com/api/ujians',
ajax: 'https://siperi.muhdavi.com/api/ujians',
deferRender: true, // jika data banyak yang diload sesuia kebutuhan
processing: true,
columns: [
Expand All @@ -142,7 +142,8 @@
{ data: 'ketua.nama_lengkap' },
{ data: 'sekretaris.nama_lengkap' },
{ data: 'p1.nama_lengkap' },
{ data: 'p2.nama_lengkap' },
{ data: 'p2.nama_lengkap' },
{ data: 'p3.nama_lengkap' },
],
lengthChange: false,
dom: 'Bfrtip',
Expand Down

0 comments on commit 48ce53f

Please sign in to comment.