The data table is exportable, so that users can save and share their data. However, to protect data, the limit is set to 50 rows.
Filters and sortings are applied, and hidden columns are not exported.
User can export both in .xlsx or GSheets format.
Jira Issue
LB-5305 - Authenticate to see issue details
Scenario
Use case n°1:
- Given a user wants to export a table with 50 rows or less
- When he clicks on "Export" and choses the format
- Then the data are exported with the desired format
Use case n°2:
- Given a user wants to export a table with more than 50 rows
- When he clicks on "Export" and choses the format
- Then a message appears to inform the user that only the first 50 rows will be exported and the data are exported accordingly
Future Improvements
Users are able to select which page they want to export.
Users can select specific rows to export.
Exports are tracked within the app.
Limitation to 5 exports per day per user.