pdf allign fix

This commit is contained in:
gandhimathi 2018-06-14 15:52:23 +05:30
parent 35c456618c
commit 4d723e43e9

View File

@ -175,10 +175,12 @@ font-size:13px;
buttons: [
{
extend: 'pdf',
orientation: 'potrait',
pageSize: 'LEGAL',
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',