diff --git a/README.md b/README.md
index 2205533..1ef5754 100644
--- a/README.md
+++ b/README.md
@@ -72,14 +72,14 @@ server <- function(input, output, session) {
)
)
})
-
+
observeEvent(input$button, {
showModal(modalDialog(
title = "Selected row data",
reactable(data[input$button$row, ])
))
})
-
+
}
shinyApp(ui, server)
@@ -103,4 +103,6 @@ Get in touch [opensource@appsilon.com](mailto:opensource@appsilon.com)
Explore the [Rhinoverse](https://rhinoverse.dev) - a family of R packages built around [Rhino](https://appsilon.github.io/rhino/)!
-
+
+
+