Update dan Bugs Fix
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<tr>
|
||||
<thead>
|
||||
<th width="50">No</th>
|
||||
<th>Kode</th>
|
||||
<th>Nama</th>
|
||||
<th>Deskripsi</th>
|
||||
<th width="150px" class="text-center">Action</th>
|
||||
@@ -78,6 +79,7 @@
|
||||
"paging": true, // Table pagination
|
||||
"columns": [
|
||||
{ "data": null},
|
||||
{ "data": "kode", "className":"text-center" },
|
||||
{ "data": "name", "className":"text-left" },
|
||||
{ "data": "description", "className":"text-left" },
|
||||
{ "data": null, "className":"text-center" },
|
||||
@@ -89,7 +91,7 @@
|
||||
let checked = aData["is_lock_upload"] == 1 ? "checked":"";
|
||||
|
||||
$("td:eq(0)", nRow).html(index);
|
||||
$("td:eq(3)", nRow).html(`
|
||||
$("td:eq(4)", nRow).html(`
|
||||
<form class="form-delete" action="{{ URL::to("/admin/MstJenisBelanja") }}/`+ aData["id"] +`" method="POST">
|
||||
@csrf
|
||||
@method('DELETE')
|
||||
|
||||
Reference in New Issue
Block a user