cost 97 ms
如何在 R Shiny 中为 DT 使用 localStorage 选项? - How to use the localStorage option for DT in R Shiny?

我想设计一个闪亮的应用程序,允许用户将他们的输入保存在本地存储中,这意味着当用户使用 Web 浏览器重新打开该工具时,该工具会重新加载用户上次提供的值。 这主要是通过shinyStore包实现的。 下面是一个例子。 到目前为止,我可以使用shinyStore恢复任何闪亮的输入小部件,例如textI ...

如果选择取决于另一个输入,那么 ShinyStore 无法恢复 selectizeInput 的选定值 - shinyStore cannot restore the selected values of the selectizeInput if the choices are depends on another input

在这个例子中( https://yuchenw.shinyapps.io/shinystore_de/ ),我设计了一个带有两个selectizeInput的简单应用程序。 第二个selectizeInput的选择取决于第一个selectizeInput的选择结果。 我的目标是设计一个使用shiny ...

使用不同的输入小部件类型更新多个闪亮的应用程序输入 - Update multiple shiny apps inputs with different input widget types

我设计了一个带有两个操作按钮Save和Clear的 Shiny 应用程序。 当用户单击Save ,输入值将使用 Web 浏览器的本地存储进行存储。 当用户点击Clear ,输入和本地存储将被清除。 这些功能涉及使用update...Input更新多个update...Input 。 在这个例子中, ...


排序:
质量:
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM