if(interactive()){
shiny::callModule(
module = shinynotes,
id = "paragraph",
style_options = shiny::reactive({
list(
"type" = "bullets",
"header" = list("color" = "#ccc"),
"panel" = list("scrollY" = TRUE)
)
}),
group_column = "package",
selected_group = shiny::reactive("shiny"),
group_options = c("shiny", "shinyWidgets", "dplyr"),
table_id = list(table = "scroll_demo", schema = "notes"),
db_conn = connect_sqlite(auto_disconnect = FALSE)
)
}
Run the code above in your browser using DataLab