You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com
I recently updated my R version within R studio, and now my shiny application that was making use of the DT package, where I was adding checkboxRows in the rownames field, doesn't work. I get the error of ""Error: could not find function checkboxRow". Any suggestions on what the bug might be? It was working perfectly fine before the update. The code I am using :
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shiny-...@googlegroups.com, sharonrav...@gmail.com
Thank you for the reply. However, how would I change which rows are selected on the server side? I want to initialize the table to already have rows selected right at the moment I display the table?
Thank you
Cheers
Yihui Xie
unread,
Jun 29, 2015, 4:52:48 PM6/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sharon ravindran, shiny-discuss
That is a feature I added to the development version a while ago (i.e.
devtools::install_github('rstudio/DT')). Basically what you can do is
something like