Center-for-Proteomics-and-Metabolomics / GlycoDash

GlycoDash is an R Shiny dashboard for processing protein glycosylation data obtained from LaCyTools or SkyLine.
Other
2 stars 0 forks source link

Analyte curation: biological groups table does not update #103

Open stainawarijar opened 1 month ago

stainawarijar commented 1 month ago

When selecting a variable as biological group in analyte curation, and then selecting a different one to confirm the groups, the displayed table with biological groups does not update.

The curation is performed correctly.

stainawarijar commented 1 month ago

Caused by the render_my_datatable() function. Explicitly using DT::renderDataTable(DT::datatable(...)) in the server fixes the issue.