fix datatable responsive
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2819,29 +2819,8 @@ use Illuminate\Support\Facades\Auth;
|
||||
{data: 'action_postcheck', name: 'action_postcheck', title: 'Post Check', orderable: false, searchable: false},
|
||||
],
|
||||
pageLength: 10,
|
||||
responsive: {
|
||||
details: {
|
||||
type: 'column',
|
||||
target: 'tr'
|
||||
}
|
||||
},
|
||||
responsive: 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"
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user