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
It will be easier for people to help you if you could provide a minimal reproducible example (as the issue guide required). It's hard to tell what could be wrong if you only provide code fragments. Anyway, my guess is that you need spaces inside {{ }} (after the opening {{ and before the closing }}).
Hi!
I am working on a shiny app project with tailwind CSS, and my UI is purely written in HTML.
Here is my HTML code.
And this is the code on my server side.
The original
tableOutput("table")
works correctly, however, when I switch toDT
, my page goes blank.The text was updated successfully, but these errors were encountered: