This commit is contained in:
suseendhiran17 2023-07-20 17:12:36 +05:30
parent 75a8dc09a9
commit fb7d25276f

View File

@ -186,7 +186,7 @@
<th>INVOICE FILE</th> <th>INVOICE FILE</th>
<th>ACTION</th> <th>ACTION</th>
<th>REFID</th> <th>REFID</th>
<th>REFID</th> <th>SEARCH</th>
<th>MANUAL TKT NO</th> <th>MANUAL TKT NO</th>
<th>TICKET NO</th> <th>TICKET NO</th>
<th>INVOICE</th> <th>INVOICE</th>
@ -616,7 +616,7 @@ function() {
{ {
extend: "csvHtml5", extend: "csvHtml5",
exportOptions: { exportOptions: {
columns: [ 0, 1, 2, 3, 4, 23, 24, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18] columns: [ 0, 1, 2, 3, 4, 23, 24, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18,22]
} }
} }
@ -683,7 +683,7 @@ function() {
], ],
"columnDefs": [ "columnDefs": [
{ {
"targets": [0,1,2,,3,22 ], "targets": [0,1,2,,3 ],
"visible": false "visible": false
}, },
{ {