dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.76k stars 227 forks source link

Problem with DT when including esquisse_ui in ShinyApp #196

Closed philiph99 closed 2 years ago

philiph99 commented 2 years ago

I tried to incorporate esquisse into my shinyApp which renders a DT table. After including esquisse using esquisse_ui and esquisse_server, the DT table is not displayed properly anymore.

Is this a known problem?

The problem with my DT table resolved after excluding esquisse from my app.

What can I do?