datalab-org / datalab

datalab is a place to store experimental data and the connections between them.
https://docs.datalab-org.io
MIT License
49 stars 17 forks source link

Unable to pass component props within `DynamicDataTable` #1007

Closed ml-evs closed 14 hours ago

ml-evs commented 2 weeks ago

I'm having some issues in #830 with passing parameters to components within the dynamic data table. Specifically, it seems like I cannot tell the creators list to not show names when there is more than 1 creator, as in the last line here:

https://github.com/datalab-org/datalab/blob/d9ebe84a2a1360aa685c2235b67a450acdcc3059/webapp/src/components/DynamicDataTable.vue#L416-L419

@BenjaminCharmes would you mind taking a look?