Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
vadivelJ96 2024-12-17 10:20:24 +05:30
commit 48973e9da1

View File

@ -1713,7 +1713,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: [