selectizeProxy: Manipulate an existing selectizeInput

Description Usage Arguments Note

Description

Manipulate an existing selectizeInput

Usage

1
2
selectizeProxy(outputId, session = shiny::getDefaultReactiveDomain(),
  deferUntilFlush = TRUE)

Arguments

outputId

the id of the shiny::selectizeInput to be manipulated

session

the Shiny session object (from the server function of the Shiny app)

deferUntilFlush

whether an action should be carried out right away, or should be held until after the next time all of the outputs are updated

Note

Code borrowed from DT::dataTableProxy


CannaData/CannaSelectize documentation built on May 20, 2019, 7:54 a.m.