Untitled
unknown
plain_text
2 years ago
1.0 kB
5
Indexable
<script>
$('#lap-lab').DataTable({
dom: 'Bfrtip',
buttons: [{
extend: 'copy',
exportOptions: {
columns: [0, 1, 2, 3, 4]
},
},
{
extend: 'excel',
exportOptions: {
columns: [0, 1, 2, 3, 4]
},
},
{
extend: 'pdf',
exportOptions: {
columns: [0, 1, 2, 3, 4]
},
},
{
extend: 'print',
exportOptions: {
columns: [0, 1, 2, 3, 4]
},
},
],
// buttons: [
// 'copy', 'excel', 'pdf', 'print'
// ],
"searching": false,
"bPaginate": false,
"bLengthChange": false,
"bFilter": true,
"bInfo": false,
"bAutoWidth": false
});
</script>Editor is loading...
Leave a Comment