girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Check vs Select action #51

Open subdavis opened 5 years ago

subdavis commented 5 years ago

See discussion at the end of #36 for context.

How should row selection behave? In particular, what should happen when a user clicks empty parts of a data row?

jeffbaumes commented 5 years ago

As use cases come up, I feel we may need to let clicks do different things in different situations (e.g. a simple file chooser, the main girder data browser that might have a side panel for a focued item, etc.). Right now we are mostly guessing. We will need to figure out if it makes sense for this one widget to handle all these cases or if there should be specialized versions of this.