ExportToPDF for multiple datatables

Hi,
I need to export multiple datatables in one PDF file with the option of selective columns. Possibly, a grand total of the price of all the datatables I have.

Thanks

Hi,

There’s no such built-in feature in Webix. However, you can use the workaround: create a temporary hidden (!) datatable, parse the data into it, export the resulting view and destroy the temp grid.

Check the following snippet, please: http://webix.com/snippet/e21a9fdd

I had got the solution but doing the same :slight_smile:

@Helga Do you provide nested datatable in newer version?

Subviews are provided since Webix 3.0, in the PRO edition: http://docs.webix.com/datatable__subviews.html