JohnCoene / javascript-for-r-comments

1 stars 0 forks source link

Chapter 9 server = FALSE #36

Open MayaGans opened 4 years ago

MayaGans commented 4 years ago

Just read the renderDT help and learned about server = FALSE there. Pretty neat! Do you need to set this to false in order to use crosstalk?

Is that's what is meant by "Create the shared dataset in the server function or some things that follow might not work as expected."?

JohnCoene commented 4 years ago

Ah, confusion, will clarify right away. You have to create the shared dataset in the server function of shiny for things to work (if you are using shiny).

In front of the project again so I will make this clear right away, it was indeed not clear :)