fix: remove unused column

main
Yuri Dimas 2025-12-17 12:29:25 +07:00
parent 8be6406dd3
commit 0041cdb89f
No known key found for this signature in database
GPG Key ID: 9FD7E44BC294C68C
2 changed files with 3 additions and 20 deletions

View File

@ -18,7 +18,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "23 Mei 2025",
nama_nasabah = "Siti Aminah",
total_sedekah = 289000,
total_sampah = 560120,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -28,7 +27,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "24 Mei 2025",
nama_nasabah = "Budi Hartono",
total_sedekah = 175000,
total_sampah = 42,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -38,7 +36,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "25 Mei 2025",
nama_nasabah = "Rina Widya",
total_sedekah = 94000,
total_sampah = 31,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -48,7 +45,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "26 Mei 2025",
nama_nasabah = "Ahmad Fauzi",
total_sedekah = 215000,
total_sampah = 58,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -58,7 +54,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "27 Mei 2025",
nama_nasabah = "Nurhayati",
total_sedekah = 132000,
total_sampah = 24,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -68,7 +63,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "28 Mei 2025",
nama_nasabah = "Dewi Anggraini",
total_sedekah = 305000,
total_sampah = 63,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -78,7 +72,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "29 Mei 2025",
nama_nasabah = "Heri Susanto",
total_sedekah = 164000,
total_sampah = 37,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -88,7 +81,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "30 Mei 2025",
nama_nasabah = "Yuni Marlina",
total_sedekah = 92000,
total_sampah = 18,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -98,7 +90,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "31 Mei 2025",
nama_nasabah = "Agus Setiawan",
total_sedekah = 187000,
total_sampah = 52,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -108,7 +99,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "1 Juni 2025",
nama_nasabah = "Lestari Kumala",
total_sedekah = 256000,
total_sampah = 74,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -118,7 +108,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "2 Juni 2025",
nama_nasabah = "Rizky Saputra",
total_sedekah = 110000,
total_sampah = 29,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -128,7 +117,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "3 Juni 2025",
nama_nasabah = "Indah Pratiwi",
total_sedekah = 195000,
total_sampah = 46,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -138,7 +126,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "4 Juni 2025",
nama_nasabah = "Wahyu Hidayat",
total_sedekah = 89000,
total_sampah = 17,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -148,7 +135,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "5 Juni 2025",
nama_nasabah = "Nadia Ramadhani",
total_sedekah = 320000,
total_sampah = 81,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +
@ -158,7 +144,6 @@ namespace BankSampahApp.Controllers.Transaksi
new {
tanggal_transaksi = "6 Juni 2025",
nama_nasabah = "Fajar Maulana",
total_sedekah = 143000,
total_sampah = 33,
aksi = "<div class=\"flex gap-2\">" +
"<a href=\"#\" class=\"btn btn-circle btn-warning text-white btn-sm\"><i class=\"ph ph-note-pencil\"></i></a>" +

View File

@ -121,10 +121,9 @@
<thead>
<tr>
<th class="w-[5%]">No</th>
<th class="w-[50%]">Tanggal Transaksi</th>
<th class="w-[35%]">Nama Nasabah</th>
<th class="w-[35%]">Total Sedekah (Rp)</th>
<th class="w-[35%]">Total Sampah (Kg)</th>
<th class="w-[20%]">Tanggal Transaksi</th>
<th class="w-[55%]">Nama Nasabah</th>
<th class="w-[10%]">Total Sampah (Kg)</th>
<th class="w-[10%]">Aksi</th>
</tr>
</thead>
@ -151,7 +150,6 @@
{ data: null, render: (d, t, r, m) => m.row + 1, orderable: false, searchable: false },
{ data: 'tanggal_transaksi' },
{ data: 'nama_nasabah' },
{ data: 'total_sedekah' },
{ data: 'total_sampah' },
{ data: 'aksi' },
]