I have a dataset with large number of colums.
When exporting the pdf , columns that dont fit on the page get cut off.
I tried using the 'orientation' and 'page-size' options but its not enough.
buttons: [
{
extend: 'pdfHtml5',
orientation: 'landscape',
pageSize: 'LEGAL'
}
]
Ideally it should do one of the following:
- Fit the data on one page ( making the font really small )
- Continue the data in another page in the the pdf