xdev-software / vaadin-grid-exporter

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

The columns order are not taken into account #256

Closed dt-sas closed 4 weeks ago

dt-sas commented 4 weeks ago

Checklist

Affected version

3.2.1

Steps to reproduce the bug

Hi,

With the latest version 3.2.1, the selected columns order are not taken into account.

Example:

I'm selecting this order from the first tab:

  1. Name
  2. Value
  3. Category
  4. Details

1 2 3

And the preview shows this order (the default order of the grid):

  1. Category
  2. Name
  3. Value
  4. Details

Expected behavior

No response

Actual behavior

No response

Additional information

No response

AB-xdev commented 4 weeks ago

Can confirm the problem.

AB-xdev commented 4 weeks ago

Should be fixed in the next release :)