'Columns get cut off on pdfmake
Solution 1:[1]
Instead of cutting off the remaining column and displaying them on next page, change the pageOrientation to landscape. You can do it as follow:
pageSize: 'A4',
pageOrientation: 'landscape',
Even If this does not solve your issue then also adjust fontsize of your columns.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | H S Progr |

