I'm trying to put a shiny_iconlink() with a modal on the same line as a checkboxInput. I've been messing around with div classes and ids, but nothing seems to be working.
fluidRow(
column(width = 4,
span(id="icon", shiny_iconlink()),
checkboxInput("checkbox", "get me inline"),
bsModal("modal", "title", "icon", "content")
)
)
Aucun commentaire:
Enregistrer un commentaire