I have tabular data in DIV elements. The data being displayed in table is from rich textbox, so some columns have longer content than other, due to which kendo pdf automatically break the page (which is fine) and remaining content displayed on second page.
The issue is content on 2nd page shift to the left columns since those columns doesn't have any data on second page.
How to make sure kendo respect the columns and keeps the data in same column after page break.
https://angular-kendo-export-pdf-svacsk.stackblitz.io/
Update : added stackblitz