Report - Export To PDF

Hi, Is there a way to export to PDF with template?
example:
form AS header,
datatable AS body,

What I found is that when export multiple elements it will export to separated pages, and if I create datatable in form then export as image, the datatable will only show what currently on screen not as export datatable itself. Or can we export with html template?

Hello, @savirusing

When you use export to PDF, data export is performed first, and just after the first step finishes the table with similar styles is displayed.
That means, that currently, Webix doesn’t have the proper approach to solve your issue.
To perform export with UI view, the only possibility is to do that as an image. In that case, the picture is generated in the same way as when exporting to PNG.