What if I want to display the same message for the table and the plot but not for the uiOutput? I tried to use c() and list() in the argument ids of cleave() but no success.
Is there a way to put a list of ids in cleave()?
The text was updated successfully, but these errors were encountered:
Passing multiple ids to cleave was always meant to work hence the argument is named ids (plural): I'm afraid you just stumbled upon a bug. I just pushed a fix. Would you mind reinstalling from Github and let me know if it works for you?
Here's an example:
What if I want to display the same message for the table and the plot but not for the
uiOutput
? I tried to usec()
andlist()
in the argumentids
ofcleave()
but no success.Is there a way to put a list of ids in
cleave()
?The text was updated successfully, but these errors were encountered: