Closed kalwar closed 9 years ago
The PdfExporter constructor accept tables or containers. Thus you can do something like PdfExporter exporter = new PdfExporter(myGrid.getContainerDataSource(), my.getContainerDataSource().getContainerPropertyIds().toArray());
. The property IDs are necessary because you'll get a NPE otherwise, probably due to a bug but I did not have the time to investigate myself.
Thanks... it works. :+1:
Hi,
Thank you for your great addon. I like this very much. Is there any way you can also generate pdfs for vaadin grid?