Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for column (field) ordering on the download file call #21

Open
1 task
leomrocha opened this issue Nov 9, 2020 · 2 comments
Open
1 task

Support for column (field) ordering on the download file call #21

leomrocha opened this issue Nov 9, 2020 · 2 comments

Comments

@leomrocha
Copy link
Contributor

Currently the returned file during download does not allow for column sorting.

As a client, when I download a file I would like to be able to define the column(field) order on the downloaded files instead of just using the default one.

Acceptance:

  • I can sort the fields by giving a sorted list of fields

Tasks

TODO

Analysis

The js-xlsx library that we are currently using allows for sorting giving as input the ordered list of fields.

TODO. Finish implementation and task analysis.
TODO analyze if different ways of sorting are needed (alphabetically, key, just by input list, something else)

@leomrocha
Copy link
Contributor Author

@EvgeniiaVak please check if something else is needed and add it to the issue

@EvgeniiaVak
Copy link
Contributor

@leomrocha looks fine 👍

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants