mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Export PDF as landscape
This commit is contained in:
parent
3a470ce789
commit
c8bed867da
|
@ -54,6 +54,7 @@ $('.snipe-table').bootstrapTable({
|
||||||
ignoreColumn: ['actions','change','checkbox','checkincheckout','icon'],
|
ignoreColumn: ['actions','change','checkbox','checkincheckout','icon'],
|
||||||
worksheetName: "Snipe-IT Export",
|
worksheetName: "Snipe-IT Export",
|
||||||
jspdf: {
|
jspdf: {
|
||||||
|
orientation: 'l',
|
||||||
autotable: {
|
autotable: {
|
||||||
styles: {
|
styles: {
|
||||||
rowHeight: 20,
|
rowHeight: 20,
|
||||||
|
|
Loading…
Reference in a new issue