Sage-Bionetworks / dccvalidator-app

0 stars 0 forks source link

Annotation value table is too wide #8

Closed karawoo closed 5 years ago

karawoo commented 5 years ago

Maybe due to it being in renderUI() instead of DT::renderDataTable(). But the result is only a datatable if there are invalid annotations; otherwise it's text. Maybe it a table should always be presented, even if it has zero rows? and some text above can say something like "if there are invalid annotation values they will appear in the table below"?

karawoo commented 5 years ago

Oh, or I can use shinyjs to show/hide the table and text.

karawoo commented 5 years ago

This specific issue is not relevant after #15 (we might still need to rethink how some elements are displayed). Closing for now.