fix datatable responsive
This commit is contained in:
15437
public/css/app.css
15437
public/css/app.css
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},
|
{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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user