Can I auto-align a table to the center using pdfmake? I tried a few different solutions with no results. Here's my code:
$(document).ready( function () {
$('#dt').DataTable( {
"dom": 'Bfrtip',
"buttons": [
'csv', 'pdf',
]