how to left align all the rows data when export in PDF with limited columns.
how to left align all the rows data when export in PDF with limited columns.

exportOptions: {
columns: [ 0, 1, 2, 3 ]
},
This discussion has been closed.
exportOptions: {
columns: [ 0, 1, 2, 3 ]
},