xdev-software / vaadin-grid-exporter

Makes it possible to export Vaadin Grids to different formats
Apache License 2.0
25 stars 2 forks source link

Exporting automatically without configuring the template #269

Closed NicoDevX closed 1 month ago

NicoDevX commented 1 month ago

Checklist

What is/are your question(s)?

Hi is there an example of how to export a CSV with different templates?

I would like to have, that depending on the logged in user, a different csv format should be exported without opening the export dialog or with a preset (depending on the user). But i cant find a way how to create a "template" with columns, separators etc wich i can use for the exporter.

Additional information

No response

AB-xdev commented 1 month ago

That's an interesting question, as the component was never designed for this.

I see the following possible options:

AB-xdev commented 1 month ago

Closing due to lack of response