frontend
frontend copied to clipboard
Adding functionality to download component table data as a csv
Description
Addressed Issue
https://github.com/DependencyTrack/frontend/issues/500
Additional Details
Used the api to pull all component records for a project. With that information, grab the fields shown in the UI and pus them into a .csv file.
Additionally, functionality is provided to easily add the ability to download as other files should those file types be needed.
Checklist
- [x] I have read and understand the contributing guidelines
- [] This PR introduces new or alters existing behavior, and I have updated the documentation accordingly