You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be very interested in this too, any progress? I can't speak for the DT implementation, but hmtlWidget::shinyRenderWidget is supposed to support promises now, so I am not sure what the problem is and how to solve it.
Formattable-rendering is not working in shiny when using promises.
This minimal example gives the error:
no applicable method for 'as.htmlwidget' applied to an object of class "promise"
which seems to missing handling of how to convert a future-formattable into a html-widget in the
renderFormattable
-function.https://rstudio.github.io/promises/
The text was updated successfully, but these errors were encountered: