FlowingCode / GridExporterAddon

Other
10 stars 8 forks source link

CSV export of a grid without a footer adds an empty row at the bottom of the exported file. #46

Closed anne-k closed 1 year ago

anne-k commented 1 year ago

Title basically, I don't know the exact circumstances but I seem to be getting it consistently on grids that don't have a footer row.

Vaadin version 23.3.2, addon version 1.4.0

paodb commented 1 year ago

I was able to reproduce the issue enabling cvs export on this demo example.

Csv exported file shows an "empty" row at the end: image

It seems we're missing checking if the grid has no footer here.