You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
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)
The text was updated successfully, but these errors were encountered: