pdf allign fix
This commit is contained in:
parent
35c456618c
commit
4d723e43e9
@ -175,10 +175,12 @@ font-size:13px;
|
|||||||
buttons: [
|
buttons: [
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
extend: 'pdf',
|
extend: 'pdf',
|
||||||
|
orientation: 'potrait',
|
||||||
|
pageSize: 'LEGAL',
|
||||||
|
|
||||||
customize: function(doc) {
|
customize: function(doc) {
|
||||||
doc.content[1].margin = [ -25, 0, -25, 0 ] //left, top, right, bottom
|
doc.content[1].margin = [ -11, 0,-75, 0 ] //left, top, right, bottom
|
||||||
},
|
},
|
||||||
|
|
||||||
text: 'PDF',
|
text: 'PDF',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user