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

Expose job table as slot differently #250

Closed subdavis closed 4 years ago

subdavis commented 4 years ago

In order to use the jobs row slot, you have to also use the jobs table slot. It may be reasonable to say that the jobs table doesn't provide enough value on its own to expose this, so if a consumer wants to extend the jobs table, they're on their own to just implement the whole thing.

subdavis commented 4 years ago

This is premature.