haiwan / Exporter

A Vaadin Add-on which exports data (in container) to an excel file
Other
8 stars 31 forks source link

Use Exporter as Action.Handler on a table #8

Open guillaumelamirand opened 10 years ago

guillaumelamirand commented 10 years ago

Hello,

Thanks for this addon, it is really great.

I don't want to add a specific button on the bottom of my view, so I would like to add ExcelExporter as Action.Handler(right click) of my Table. Do you know a way to achieve that?

Thanks!

RaimundBarbeln commented 9 years ago

I have a similar requirement. I am using the New Vaadin Grid with the context menu extension and need to perform exports on context menu clicks.