mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Ignore the icon column in exports
This commit is contained in:
parent
7b1265cb89
commit
fd0da6ecf0
|
@ -51,7 +51,7 @@ $('.snipe-table').bootstrapTable({
|
|||
exportOptions: {
|
||||
|
||||
fileName: '{{ $exportFile . "-" }}' + (new Date()).toISOString().slice(0,10),
|
||||
ignoreColumn: ['actions','change','checkbox','checkincheckout'],
|
||||
ignoreColumn: ['actions','change','checkbox','checkincheckout','icon'],
|
||||
worksheetName: "Snipe-IT Export",
|
||||
jspdf: {
|
||||
autotable: {
|
||||
|
|
Loading…
Reference in a new issue