CIRDLES / CirdlesWebUI

Angular project for hosting CIRDLES' services, including Topsoil and MARS.
0 stars 13 forks source link

Add functionality to download csv of selected files #74

Closed stapletonce closed 3 years ago

stapletonce commented 3 years ago

When on My Samples table, toolbar changes when you select samples. This adds functionality that adds an extra button so that you can download just selected samples.

bowring commented 3 years ago

@stapletonce - good start! Let's move both blue buttons to the left so that the original icons are still available - in this way the view can be manipulated without de-selecting; need to study each case to make sure it is plausible; also the new button should include "download" and the tooltip for the original csv icon should say it is downloading all (supply n) records; I think the webview button should move to the left of all and only appear when a single record is selected; thoughts?

stapletonce commented 3 years ago

I will look into this. There is a built-in React component that replaces the original heading with the new toolbar when items are selected that we are currently using.

I can definitely change the wording of the buttons and make the web view button only appear for a single selection, or I could try the multiple tabs like we had talked about for the web view