-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export only displayed data #1361
Comments
This point has come up again while answering questions of actual users. I do think the more intuitive (and useful/powerful) behavior is to export only the filter, visible data. (Of course including all pages of the pagination). |
Maybe also only export the columns that are currently shown. |
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
🎉 This issue has been resolved in version 3.26.0-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
🎉 This issue has been resolved in version 3.26.0-master.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
closes #1361 Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
🎉 This issue has been resolved in version 3.26.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Users who regularly use the export feature (accessed through the three-dot menu at the top right of list views) sometimes complain, that it exports all the data instead of just the one that they have filtered for in the list view.
E.g. if somebody filtered the children for a certain center, when exporting the children, only the children from this center should be exported. Same goes with other selectable or text filters. In the end only the data that is shown in the table should be exported.
TO DISCUSS should this replace the current behavior of exporting all children, should there be one button for each or we add a popup warning the user when only filtered data is exported?
Proposed Solutions & Alternatives
This can probably be achieved easily by using
entitySubrecord.recordsDataSource.data
for theappExportData
directive in theEntityListComponent
The text was updated successfully, but these errors were encountered: