我正在开发一个使用的闪亮应用程序,该应用程序tabsetPanel是在用户输入某些特定输入时生成的。因此,我想使用renderUI函数使tabsetPanel出现/消失。
tabsetPanel
renderUI
我现在的难题是,元素的数量 tabPanel(的参数tabsetPanel)还取决于用户的输入方式:有时候我需要1个,有时我需要更多tabPanels。
tabPanel
tabPanels
怎么做?我尝试在参数中包含conditionPanel或包含简单if()...条件tabsetPanel,但是(这并不奇怪……)不起作用。
conditionPanel
if()...
相关分类