Riksrevisjonen / pioneeR

R package for running a Shiny app for DEA analysis
https://riksrevisjonen.github.io/pioneeR/
GNU General Public License v3.0
6 stars 2 forks source link

Missing Malmquist table #36

Closed Aeilert closed 11 months ago

Aeilert commented 12 months ago

When calculating the Malmquist index the output table dosen't show.

image

A quick fix appears to be to replace dataTableOutput('malm.render') with reactable::reactableOutput('malm.render')

https://github.com/Riksrevisjonen/pioneeR/blob/bcf18d588f40f0c1525a0115e39b03bd84113e4f/inst/app/server.R#L870

But we might also want to take a closer look at how the table and tab is rendered.

ohjakobsen commented 12 months ago

I'll have a look and add a fix in the next PR.