fix datatable responsive

This commit is contained in:
2025-09-19 23:01:34 +07:00
parent e94dd1ff81
commit c1f8e2986b
2 changed files with 7908 additions and 7552 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2819,29 +2819,8 @@ use Illuminate\Support\Facades\Auth;
{data: 'action_postcheck', name: 'action_postcheck', title: 'Post Check', orderable: false, searchable: false}, {data: 'action_postcheck', name: 'action_postcheck', title: 'Post Check', orderable: false, searchable: false},
], ],
pageLength: 10, pageLength: 10,
responsive: { responsive: true,
details: {
type: 'column',
target: 'tr'
}
},
scrollX: true, scrollX: true,
order: [[0, 'desc']],
language: {
processing: "Memproses...",
lengthMenu: "Tampilkan _MENU_ data per halaman",
zeroRecords: "Tidak ada data yang ditemukan",
info: "Menampilkan _START_ sampai _END_ dari _TOTAL_ data",
infoEmpty: "Menampilkan 0 sampai 0 dari 0 data",
infoFiltered: "(disaring dari _MAX_ total data)",
search: "Cari:",
paginate: {
first: "Pertama",
last: "Terakhir",
next: "Selanjutnya",
previous: "Sebelumnya"
}
}
}); });
} }