merge code : GWM

This commit is contained in:
Gowtham M 2024-12-17 10:43:05 +05:30
parent 75d527d2ef
commit 2265da1f89

View File

@ -1688,7 +1688,20 @@
table = $('#view_inward_gate_register').DataTable({
dom: 'Blfrtip',
buttons: [
'excel', 'pdf'
{
extend: 'excel',
text: 'Excel',
exportOptions: {
columns: ':not(:last-child)' // Exclude the last column
}
},
{
extend: 'pdf',
text: 'PDF',
exportOptions: {
columns: ':not(:last-child)' // Exclude the last column
}
}
],
pageLength: 10,
lengthMenu: [