Ignore the icon column in exports
This commit is contained in:
parent
7b1265cb89
commit
fd0da6ecf0
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ $('.snipe-table').bootstrapTable({
|
||||||
exportOptions: {
|
exportOptions: {
|
||||||
|
|
||||||
fileName: '{{ $exportFile . "-" }}' + (new Date()).toISOString().slice(0,10),
|
fileName: '{{ $exportFile . "-" }}' + (new Date()).toISOString().slice(0,10),
|
||||||
ignoreColumn: ['actions','change','checkbox','checkincheckout'],
|
ignoreColumn: ['actions','change','checkbox','checkincheckout','icon'],
|
||||||
worksheetName: "Snipe-IT Export",
|
worksheetName: "Snipe-IT Export",
|
||||||
jspdf: {
|
jspdf: {
|
||||||
autotable: {
|
autotable: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue