hello guys,
can we replace red error message with a popup box in shiny dashboard ?
thanks
hello guys,
can we replace red error message with a popup box in shiny dashboard ?
thanks
Yes, you can use shiny::showNotification()
or similar, see ?shiny::showNotification
for an example.