If your application needs to dynamically render elements consider using
elementOutput()
and replaceElement()
.
elementOutput(id, ...)replaceElement(id, element, session = getDefaultReactiveDomain())
removeElement(id, session = getDefaultReactiveDomain())
A character string specifying a reactive id.
Additional named arguments passed as HTML attributes to the parent element.
A reactive context, defaults to getDefaultReactiveDomain()
.
These functions are experimental and are subject to change. Additionally, they may be moved from this package entirely.